markitect-main/tests/unit/spaces
tegwick 7de57a389d feat(spaces): implement Phase 6 API Layer
Implements API layer for Information Spaces:
- GraphQL schema types for spaces, documents, variables
- GraphQL queries and mutations for space operations
- CLI command group with all space management commands
- Resolver functions connecting GraphQL to SpaceService
- 38 unit tests for API components

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 12:29:11 +01:00
..
__init__.py feat(spaces): implement Phase 0-1 of Information Space Service 2026-02-08 02:02:46 +01:00
test_api.py feat(spaces): implement Phase 6 API Layer 2026-02-08 12:29:11 +01:00
test_events.py feat(spaces): implement Phase 2 Event System 2026-02-08 07:41:47 +01:00
test_models.py feat(spaces): implement Phase 0-1 of Information Space Service 2026-02-08 02:02:46 +01:00
test_rendering.py feat(spaces): implement Phase 4 HTML Rendering Mode 2026-02-08 08:42:27 +01:00
test_repositories.py feat(spaces): implement Phase 0-1 of Information Space Service 2026-02-08 02:02:46 +01:00
test_sync.py feat(spaces): implement Phase 5 Directory Sync Mode 2026-02-08 12:11:37 +01:00
test_transclusion.py feat(spaces): implement Phase 3 Persistent Transclusion Context 2026-02-08 08:36:50 +01:00