mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
improved test cases. Python 3.6 compatibility.
This commit is contained in:
parent
d5ec762954
commit
4bf0d834a0
8 changed files with 116 additions and 61 deletions
|
|
@ -11,7 +11,6 @@ from documents.models import Correspondent, Document, Tag, DocumentType
|
|||
class TestClassifier(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
self.classifier = DocumentClassifier()
|
||||
|
||||
def generate_test_data(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue