paperless-ngx/src/documents/tests
2024-07-22 10:07:51 -07:00
..
data Fix: Catch new warning when loading the classifier (#5395) 2024-01-14 13:21:17 -08:00
examples more test 2020-11-25 21:38:19 +01:00
samples Feature: collate two single-sided multipage scans (#3784) 2023-07-24 00:29:04 -07:00
__init__.py Added pytest and broke up the consumer into file and mail 2016-02-05 00:23:36 +00:00
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 Feature: select custom field type (#7167) 2024-07-09 07:57:07 -07:00
test_api_documents.py Fix: support multiple inbox tags from stats widget (#7281) 2024-07-22 10:07:51 -07:00
test_api_objects.py Enhancement: only include correspondent 'last_correspondence' if requested (#6792) 2024-05-22 23:15:58 +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 Feature: global search, keyboard shortcuts / hotkey support (#6449) 2024-05-02 16:15:56 +00: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: documents trash aka soft delete (#6944) 2024-06-17 08:07:08 -07:00
test_api_workflows.py Feature: workflow removal action (#5928) 2024-03-04 17:37:42 +00:00
test_barcodes.py Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
test_bulk_edit.py Enhancement: use request user as owner of split / merge docs (#7112) 2024-06-27 13:46:49 -07:00
test_checks.py Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17: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 Chore: Change the code formatter to Ruff (#6756) 2024-05-18 02:26:50 +00:00
test_date_parsing.py Chore: Initial conversion to pytest fixtures (#7110) 2024-07-08 07:46:20 -07:00
test_delayedquery.py Documentation: Fix typos with automated tool (#5319) 2024-01-08 16:58:41 +00: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: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
test_file_handling.py Fix: always update document modified property on bulk edit operations (#7079) 2024-06-23 12:11:24 -07: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: Squash older automatic migrations (#7267) 2024-07-16 09:21:41 -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_encrypted_webp_conversion.py Chore: Squash older automatic migrations (#7267) 2024-07-16 09:21:41 -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_tag_colors.py Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
test_migration_webp_conversion.py Chore: Squash older automatic migrations (#7267) 2024-07-16 09:21:41 -07:00
test_migration_workflows.py Chore: upgrade to DRF 3.15 (#7134) 2024-07-09 16:57:53 +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: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
utils.py Feature: Allow a data only export/import cycle (#6871) 2024-06-01 18:22:59 -07:00