Trenton H
12eb9b9abf
Fix: add _search_index fixture to TestDateWorkflowLocalization
...
Tests that create or consume documents trigger the search index signal handler,
which calls get_backend().add_or_update() against settings.INDEX_DIR. This
class only inherited SampleDirMixin, leaving INDEX_DIR pointing at the default
non-existent path and causing FileNotFoundError in CI.
Added _search_index fixture to documents/tests/conftest.py: creates a temp
index directory, overrides INDEX_DIR, and resets the backend singleton.
Applied via @pytest.mark.usefixtures on the class.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-30 15:36:03 -07:00
..
2024-01-14 13:21:17 -08:00
2026-03-04 15:03:33 -08:00
2020-11-25 21:38:19 +01:00
2026-03-16 15:10:35 +00:00
2026-01-29 08:05:33 -08:00
2026-03-30 13:25:56 -07:00
2016-02-05 00:23:36 +00:00
2026-03-30 15:36:03 -07:00
2026-03-26 11:28:02 -07:00
2026-03-30 10:43:30 -07:00
2026-03-16 22:58:16 -07:00
2026-02-02 08:44:12 -08:00
2026-03-21 02:12:19 -07:00
2026-03-21 02:12:19 -07:00
2026-03-30 10:43:30 -07:00
2026-03-09 22:36:22 +00:00
2026-02-02 08:44:12 -08:00
2026-03-09 22:36:22 +00:00
2026-02-16 09:01:19 -08:00
2026-03-15 18:50:42 -07:00
2026-02-02 08:44:12 -08:00
2026-02-02 08:44:12 -08:00
2026-03-16 15:10:35 +00:00
2026-03-30 10:43:30 -07:00
2026-03-30 10:43:30 -07:00
2026-02-02 08:44:12 -08:00
2026-02-02 08:44:12 -08:00
2026-02-27 23:24:11 +00:00
2026-02-23 16:42:50 -08:00
2026-02-27 23:24:11 +00:00
2026-03-06 11:59:26 -08:00
2026-02-02 08:44:12 -08:00
2026-03-22 06:53:32 -07:00
2026-02-02 08:44:12 -08:00
2026-03-26 11:28:02 -07:00
2026-03-10 23:45:56 +00:00
2026-02-02 08:44:12 -08:00
2026-03-21 02:12:19 -07:00
2026-03-04 15:03:33 -08:00
2026-02-26 12:20:21 -08:00
2026-03-26 11:28:02 -07:00
2026-03-16 15:10:35 +00:00
2026-03-26 11:28:02 -07:00
2026-03-16 15:10:35 +00:00
2026-03-16 15:10:35 +00:00
2026-03-16 15:10:35 +00:00
2026-03-30 14:41:25 -07:00
2026-03-30 10:43:30 -07:00
2026-03-11 11:54:24 -07:00
2026-03-26 11:28:02 -07:00
2026-03-11 11:54:24 -07:00
2026-02-02 08:44:12 -08:00
2026-03-22 06:53:32 -07:00
2026-03-02 10:53:39 -08:00
2026-02-02 08:44:12 -08:00
2026-03-04 13:31:20 -08:00
2026-03-30 10:43:30 -07:00
2026-03-30 14:41:25 -07:00
2026-02-26 16:46:54 +00:00
2026-02-02 08:44:12 -08:00
2026-03-30 15:36:03 -07:00
2026-03-30 10:43:30 -07:00