test(projects): add comprehensive API route tests

Add 46 tests for projects API covering:
- CRUD operations (create, list, get, update, archive)
- Lifecycle management (pause, resume)
- Authorization and access control
- Pagination and filtering
- All autonomy levels
This commit is contained in:
2025-12-31 13:20:01 +01:00
parent a9c77d80ba
commit 7640ad2b48
2 changed files with 1042 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# tests/api/routes/syndarix/__init__.py
"""Syndarix API route tests."""

File diff suppressed because it is too large Load Diff