| .. |
|
data
|
Updates the classifier to catch warnings from scikit-learn and rebuild the model file when this happens
|
2022-07-05 08:20:35 +02:00 |
|
examples
|
more test
|
2020-11-25 21:38:19 +01:00 |
|
samples
|
Adds specific handling for CCITT Group 4, which pikepdf decodes, but not correctly
|
2022-10-11 13:51:14 -07:00 |
|
__init__.py
|
Added pytest and broke up the consumer into file and mail
|
2016-02-05 00:23:36 +00:00 |
|
factories.py
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
test_admin.py
|
Runs pyupgrade to Python 3.8+ and adds a hook for it
|
2022-05-06 09:04:08 -07:00 |
|
test_api.py
|
Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results
|
2022-10-24 09:10:10 -07:00 |
|
test_barcodes.py
|
Adds specific handling for CCITT Group 4, which pikepdf decodes, but not correctly
|
2022-10-11 13:51:14 -07:00 |
|
test_checks.py
|
Adds a few more test cases for coverage and adds no coverage to some others
|
2022-07-02 16:19:22 +02:00 |
|
test_classifier.py
|
Mock out the nltk portions so the data doesn't need to be downloaded
|
2022-10-10 08:58:23 -07:00 |
|
test_consumer.py
|
Removes last vestiges of PNG from the tests, code, docs and samples
|
2022-06-11 14:20:50 -07:00 |
|
test_date_parsing.py
|
test(test-date-parsing): test parsing of multiple dates
|
2022-08-06 13:03:20 +02:00 |
|
test_document_model.py
|
Moves the asserts to be closer together
|
2022-05-14 08:20:55 -07:00 |
|
test_file_handling.py
|
Feature: Dynamic document storage pathes (#916)
|
2022-05-19 14:42:25 -07:00 |
|
test_importer.py
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
test_index.py
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
test_management.py
|
Implements a better re-do of OCR by making the document archiver function common. Actually creates updated file now
|
2022-08-21 18:20:59 -07:00 |
|
test_management_consumer.py
|
Transitions the backend to celery and celery beat
|
2022-09-26 11:25:34 -07:00 |
|
test_management_exporter.py
|
Include storage path in exporter + tests
|
2022-09-11 07:39:35 -07:00 |
|
test_management_retagger.py
|
Adds the storage paths to the re-tagger command
|
2022-08-21 18:01:19 -07:00 |
|
test_management_superuser.py
|
Removes unused imports from test case
|
2022-05-09 09:49:11 -07:00 |
|
test_management_thumbnails.py
|
Runs pyupgrade to Python 3.8+ and adds a hook for it
|
2022-05-06 09:04:08 -07:00 |
|
test_matchables.py
|
Runs pyupgrade to Python 3.8+ and adds a hook for it
|
2022-05-06 09:04:08 -07:00 |
|
test_migration_archive_files.py
|
Feature: Dynamic document storage pathes (#916)
|
2022-05-19 14:42:25 -07:00 |
|
test_migration_mime_type.py
|
Runs pyupgrade to Python 3.8+ and adds a hook for it
|
2022-05-06 09:04:08 -07:00 |
|
test_migration_remove_null_characters.py
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
test_migration_tag_colors.py
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
test_migration_webp_conversion.py
|
Converts the conversion into a database migration
|
2022-06-11 13:04:21 -07:00 |
|
test_models.py
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
test_parsers.py
|
Entirely removes the optipng, updates ghostscript fall back to also use WebP. Updates the conversion to use a multiprocessing pool
|
2022-06-11 08:38:49 -07:00 |
|
test_sanity_check.py
|
Removes last vestiges of PNG from the tests, code, docs and samples
|
2022-06-11 14:20:50 -07:00 |
|
test_task_signals.py
|
Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results
|
2022-10-24 09:10:10 -07:00 |
|
test_tasks.py
|
Missed one mock
|
2022-10-10 08:58:23 -07:00 |
|
test_views.py
|
Adds a few more test cases for coverage and adds no coverage to some others
|
2022-07-02 16:19:22 +02:00 |
|
utils.py
|
Fixes the whitenoise warning in the test suite
|
2022-07-02 16:19:22 +02:00 |