paperless-ngx/src/documents/tests
Daniel Quinn 5342db6ada Fix pycodestyle complaints
Apparently, pycodestyle updated itself to now check for invalid escape
sequences, which only complain if the regex in use isn't a raw string
(r"").
2018-09-09 20:00:12 +01:00
..
samples feat: refactor for pluggable consumers 2017-03-25 15:10:25 +00:00
__init__.py Added pytest and broke up the consumer into file and mail 2016-02-05 00:23:36 +00:00
factories.py Allow correspondents to be deleted without deleting their documents 2017-07-15 19:13:10 +01:00
test_checks.py Add check for changed password 2018-05-28 12:58:28 +01:00
test_consumer.py Fix #384: duplicate tags due to case insensitivity 2018-09-02 20:48:51 +01:00
test_document_model.py Account for thumbnail deletion as well 2016-08-20 14:03:42 +01:00
test_importer.py Use constants for manifest 2017-05-08 14:54:48 +02:00
test_logger.py Removed log components and introduced signals for tags & correspondents 2016-03-28 11:11:15 +01:00
test_mail.py Merging the duplicate code for tests 2016-04-17 14:39:36 +01:00
test_matchables.py Fix pycodestyle complaints 2018-09-09 20:00:12 +01:00
test_models.py Allow correspondents to be deleted without deleting their documents 2017-07-15 19:13:10 +01:00