SurfSense/surfsense_backend/tests/unit/event_bus
CREDO23 ca9bd28934 test: rename SearchSpace -> Workspace across tests + fixtures (Phase 2 Wave F)
Apply the same rename to surfsense_backend/tests: workspace_id fields/vars,
Workspace* classes/schemas, table name searchspaces -> workspaces in raw SQL,
and the API URL spellings -> /workspaces. Preserves the carve-out wire literals
tests assert (Celery task names, OTel key "search_space.id").
2026-06-26 18:36:46 +02:00
..
__init__.py feat(event_bus): add in-process domain event bus 2026-05-29 15:26:12 +02:00
conftest.py feat(event_bus): add EventCatalog class with register/get/all methods 2026-05-29 22:15:09 +02:00
test_bus.py test: rename SearchSpace -> Workspace across tests + fixtures (Phase 2 Wave F) 2026-06-26 18:36:46 +02:00
test_catalog.py refactor: anonymous/free chat experience 2026-05-31 15:58:21 -07:00
test_document_entered_folder.py feat(event_bus): add document.entered_folder event type and payload schema 2026-05-29 22:15:15 +02:00
test_entered_folder_predicate.py test: rename SearchSpace -> Workspace across tests + fixtures (Phase 2 Wave F) 2026-06-26 18:36:46 +02:00
test_event.py test: rename SearchSpace -> Workspace across tests + fixtures (Phase 2 Wave F) 2026-06-26 18:36:46 +02:00