paperless-ngx/src/documents/tests
2024-10-15 17:54:15 +00:00
..
data Fix: Catch new warning when loading the classifier (#5395) 2024-01-14 13:21:17 -08:00
examples
samples Feature: auto-clean some invalid pdfs (#7651) 2024-09-25 15:57:20 +00:00
__init__.py
conftest.py Chore: Initial conversion to pytest fixtures (#7110) 2024-07-08 07:46:20 -07:00
factories.py Configures ruff as the one stop linter and resolves warnings it raised 2023-04-01 17:03:52 -07:00
test_admin.py Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
test_api_app_config.py Resolves test issues with Python 3.12 (#6902) 2024-06-03 12:33:46 -07:00
test_api_bulk_download.py Chore: Adds additional rules for Ruff linter (#5660) 2024-02-05 21:46:59 +00:00
test_api_bulk_edit.py Enhancement: use request user as owner of split / merge docs (#7112) 2024-06-27 13:46:49 -07:00
test_api_custom_fields.py Enhancement: management list button improvements (#7848) 2024-10-03 23:00:28 -07:00
test_api_documents.py Feature: auto-clean some invalid pdfs (#7651) 2024-09-25 15:57:20 +00:00
test_api_filter_by_custom_fields.py Feature: custom fields queries (#7761) 2024-10-03 00:15:42 +00:00
test_api_objects.py Feature: live preview of storage path (#7870) 2024-10-09 23:35:36 +00:00
test_api_permissions.py Fix: default order of documents gets lost in QuerySet pipeline (#6982) 2024-06-13 14:46:18 +00:00
test_api_profile.py Feature: OIDC & social authentication (#5190) 2024-02-08 16:15:38 +00:00
test_api_remote_version.py Chore: reorganize api tests (#4935) 2023-12-12 04:08:51 +00:00
test_api_search.py Refactor: Use django-filter logic for filtering full text search queries (#7507) 2024-08-24 21:20:43 -07:00
test_api_status.py Change: remove credentials from redis url in system status (#6104) 2024-03-14 08:20:34 -07:00
test_api_tasks.py Chore: reorganize api tests (#4935) 2023-12-12 04:08:51 +00:00
test_api_trash.py Fix: handle errors for trash actions and only show documents user can restore or delete (#7119) 2024-06-27 20:33:39 +00:00
test_api_uisettings.py Feature: OAuth2 Gmail and Outlook email support (#7866) 2024-10-10 20:57:32 +00:00
test_api_workflows.py Feature: workflow removal action (#5928) 2024-03-04 17:37:42 +00:00
test_barcodes.py Enhancement: support retain barcode split pages (#7912) 2024-10-13 20:51:39 -07:00
test_bulk_edit.py Feature: page count (#7750) 2024-09-25 08:22:12 -07:00
test_checks.py Feature: Enhanced templating for filename format (#7836) 2024-10-06 12:54:01 -07:00
test_classifier.py Fix: Catch new warning when loading the classifier (#5395) 2024-01-14 13:21:17 -08:00
test_consumer.py Feature: auto-clean some invalid pdfs (#7651) 2024-09-25 15:57:20 +00:00
test_date_parsing.py Chore: Initial conversion to pytest fixtures (#7110) 2024-07-08 07:46:20 -07:00
test_delayedquery.py Refactor: Use django-filter logic for filtering full text search queries (#7507) 2024-08-24 21:20:43 -07:00
test_document_model.py Feature: documents trash aka soft delete (#6944) 2024-06-17 08:07:08 -07:00
test_double_sided.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
test_file_handling.py Fix: Handling of Nones when using custom fields in filepath templating (#7933) 2024-10-15 17:54:15 +00:00
test_index.py Respect permissions for autocomplete suggestions 2023-05-11 14:43:25 -07:00
test_management.py Chore: Cleanup command arguments and standardize process count handling (#4541) 2023-11-09 11:46:37 -08:00
test_management_consumer.py Chore: Adds additional rules for Ruff linter (#5660) 2024-02-05 21:46:59 +00:00
test_management_exporter.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
test_management_fuzzy.py Chore: Adds additional rules for Ruff linter (#5660) 2024-02-05 21:46:59 +00:00
test_management_importer.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
test_management_retagger.py Enhancement: add --id-range for document_retagger (#4080) 2023-09-08 17:33:24 +00:00
test_management_superuser.py Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
test_management_thumbnails.py Chore: Cleanup command arguments and standardize process count handling (#4541) 2023-11-09 11:46:37 -08:00
test_matchables.py Fixes a corrupted index not being handled by whoosh.create_in (#5950) 2024-02-29 00:07:17 +00:00
test_migration_archive_files.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
test_migration_consumption_templates.py Feature: Workflows (#5121) 2024-01-03 08:19:19 +00:00
test_migration_customfields.py Fix: add permissions for custom fields with migration (#4513) 2023-11-06 08:05:35 -08:00
test_migration_document_pages_count.py Feature: page count (#7750) 2024-09-25 08:22:12 -07:00
test_migration_encrypted_webp_conversion.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
test_migration_mime_type.py Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
test_migration_remove_null_characters.py Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
test_migration_storage_path_template.py Feature: Enhanced templating for filename format (#7836) 2024-10-06 12:54:01 -07:00
test_migration_tag_colors.py Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
test_migration_webp_conversion.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
test_migration_workflows.py Feature: OAuth2 Gmail and Outlook email support (#7866) 2024-10-10 20:57:32 +00:00
test_models.py Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
test_parsers.py Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
test_sanity_check.py Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
test_task_signals.py Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
test_tasks.py Feature: documents trash aka soft delete (#6944) 2024-06-17 08:07:08 -07:00
test_views.py Feature: Share links (#3996) 2023-09-14 13:32:43 -07:00
test_workflows.py Chore: fix test comments 2024-10-08 23:36:09 -07:00
utils.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00