wagtail/wagtail/tests
Matt Westcott b313098aa0 Fix handling of models with UUID primary keys in reference index 2025-02-13 15:44:46 +00:00
..
streamfield_migrations Rename operations_and_block_path identifiers for consistency 2025-01-21 21:26:38 +00:00
__init__.py Move wagtail.core to wagtail 2022-03-17 17:19:59 +00:00
test_audit_log.py Implement `for_instance` on `PageLogEntryManager` (#12093) 2024-06-27 17:00:40 +01:00
test_blocks.py Fix Block.is_previewable detection on blocks with non-None unset default values 2025-01-31 15:38:10 +00:00
test_collection_model.py Move wagtail.core to wagtail 2022-03-17 17:19:59 +00:00
test_collection_permission_policies.py Fix 'any' methods on collection permission policies when only 'choose' action is specified 2023-07-17 16:45:22 +01:00
test_comments.py Move wagtail.core to wagtail 2022-03-17 17:19:59 +00:00
test_draft_model.py Extract drafts-related fields, methods, and properties from `Page` to `DraftStateMixin` (#8612) 2022-06-27 15:29:01 +01:00
test_form_data_utils.py Remove unneeded classes from test suite 2024-01-09 15:42:08 +00:00
test_hooks.py Fix Missing Cache-Control Headers for Password-Protected Pages (#12465) 2024-12-07 02:49:16 +00:00
test_jinja2.py Add `fullpageurl` to jinja2 environment 2023-01-04 16:13:56 +00:00
test_locale_model.py Add useful properties to Locale 2023-03-21 08:02:40 +10:00
test_lockable_model.py Add checks to ensure `LockableMixin` is applied before `RevisionMixin` 2022-12-14 11:46:58 +00:00
test_management_commands.py Move updating search index to task 2025-01-17 19:01:17 +00:00
test_migrations.py Fix TestForMigrations to catch missing migrations on core app 2024-02-03 07:18:04 +10:00
test_page_allowed_http_methods.py Allow page types to easily restrict what type of requests they respond to (#12473) 2024-11-20 10:15:36 +10:00
test_page_assertions.py Add new test assertions to WagtailPageTestCase 2022-10-18 08:00:20 +10:00
test_page_model.py Fix Missing Cache-Control Headers for Password-Protected Pages (#12465) 2024-12-07 02:49:16 +00:00
test_page_permission_policies.py Remove legacy moderation system 2023-11-01 16:51:25 +00:00
test_page_permissions.py Don't prevent reordering of subpages when there are no 'creatable' page types: That mechanism is to prevent manual creation, but it doesn't mean that children aren't editable 2024-08-06 17:42:02 +01:00
test_page_privacy.py Fix Missing Cache-Control Headers for Password-Protected Pages (#12465) 2024-12-07 02:49:16 +00:00
test_page_queryset.py Support application of select_related and prefetch_related lookups to subqueries made by SpecificIterable 2024-10-28 08:06:03 +10:00
test_permission_policies.py Apply `ruff format .` 2023-11-17 15:21:56 +00:00
test_reference_index.py Fix handling of models with UUID primary keys in reference index 2025-02-13 15:44:46 +00:00
test_revision_model.py Fix RevisionQuerySet.for_instance() when used with a non-specific instance 2024-09-13 09:20:36 +01:00
test_rich_text.py Properly handle out-of-order tag rewriting 2024-05-17 20:51:37 +01:00
test_signals.py Add translatable model copy for translation done signal (#12362) 2024-09-27 16:01:52 +01:00
test_sites.py Use util method to construct util dummy requests (#9797) 2023-01-03 15:00:23 +00:00
test_streamfield.py Normalize StreamField.get_default to prevent creation forms from breaking 2024-11-13 15:46:07 +00:00
test_telepath.py Move wagtail.core to wagtail 2022-03-17 17:19:59 +00:00
test_tests.py Only patch number formatting functions if WAGTAIL_CHECK_TEMPLATE_NUMBER_FORMAT environment variable is set 2024-08-27 14:15:34 +01:00
test_translatablemixin.py Allow UniqueConstraint in place of unique_together for TranslatableMixin's system check 2023-11-10 17:29:26 +00:00
test_utils.py Add template_is_overridden utility function 2025-01-20 10:03:59 +00:00
test_views.py Refactor page fetching logic to cache per request (#11683) 2024-04-12 17:16:39 +01:00
test_whitelist.py Update tests & html whitelist to always use `html.parser` & remove `html5lib` 2024-02-01 07:50:59 +10:00
test_workflow.py Add more tests to ensure WorkflowState and Revision cascade on object delete 2023-12-06 07:39:43 +10:00
test_workflow_model.py Add system checks to ensure WorkflowMixin's MRO 2023-01-19 14:07:54 +00:00
tests.py Bug: Enable template tag `richtext` to convert lazy text strings (#11901) 2024-04-29 15:34:37 +01:00