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
3 lines
72 B
Python
3 lines
72 B
Python
# tests/api/routes/syndarix/__init__.py
|
|
"""Syndarix API route tests."""
|