feat: implement CRUD APIs for projects and scenarios with validated schemas

This commit is contained in:
2025-11-09 17:23:10 +01:00
parent 8bf46b80c8
commit 61b42b3041
14 changed files with 380 additions and 38 deletions

View File

@@ -14,3 +14,6 @@ exclude = '''
)/
'''
[tool.pytest.ini_options]
pythonpath = ["."]