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

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-31 13:20:01 +01:00
parent d71891ac4e
commit 71c94c3b5a
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