mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Add progress bar to document_fuzzy_match
This commit is contained in:
parent
e2ae919a84
commit
ce8bf90663
2 changed files with 21 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ class TestFuzzyMatchCommand(TestCase):
|
|||
filename="other_test.pdf",
|
||||
)
|
||||
stdout, _ = self.call_command()
|
||||
self.assertEqual(stdout, "")
|
||||
self.assertEqual(stdout, "No matches found\n")
|
||||
|
||||
def test_with_matches(self):
|
||||
# Content similarity is 86.667
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue