Total Tests: 0
Passed: 0
Failed: 0
Errors: 0
Total Duration: 1.60 seconds
| Category | Status | Passed | Failed | Duration | Coverage |
|---|---|---|---|---|---|
| unit_tests | ❌ FAIL | 0 | 0 | 1.60s | N/A% |
Detailed coverage report available in htmlcov/index.html
JSON coverage data available in coverage.json
# Run all tests
python run_tests.py --all
# Run only unit tests
python run_tests.py --unit
# Run with coverage
python run_tests.py --coverage
# Run specific category
python run_tests.py --category performance