Context Cleaner Test Report

Overall Summary

Total Tests: 0

Passed: 0

Failed: 0

Errors: 0

Total Duration: 1.60 seconds

Test Categories

Category Status Passed Failed Duration Coverage
unit_tests ❌ FAIL 0 0 1.60s N/A%

Coverage Information

Detailed coverage report available in htmlcov/index.html

JSON coverage data available in coverage.json

Quick Commands

# 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