semantics

This commit is contained in:
2026-03-27 21:27:31 +03:00
parent 7c85552132
commit 2ed66bfebc
182 changed files with 21186 additions and 10254 deletions

View File

@@ -1,3 +1,8 @@
# [DEF:specs.023-clean-repo-enterprise.tests.README:Module]
# @COMPLEXITY: 1
# @PURPOSE: Test Strategy and coverage matrices for Clean Repository Enterprise Profile.
# [/DEF:specs.023-clean-repo-enterprise.tests.README:Module]
# Test Strategy: Clean Repository Enterprise Profile
## Overview
@@ -17,5 +22,5 @@ This directory contains strategy, coverage matrices, and execution reports for t
## Execution
Run testing via Pytest targeting backend test modules:
```bash
cd backend && .venv/bin/python3 -m pytest tests/services/clean_release tests/api/routes/test_clean_release_api.py tests/api/routes/test_clean_release_source_policy.py -v
cd backend && .venv/bin/python3 -m pytest tests/services/clean_release src/api/routes/__tests__/test_clean_release_api.py src/api/routes/__tests__/test_clean_release_source_policy.py -v
```