/test -- Run Project Tests
Run the full test suite and report results.
Steps
- •Run
pytest tests/ -v --tb=shortfrom the project root - •If any tests fail, show the failing test name, the assertion error, and the relevant source file
- •If all tests pass, confirm the count
- •Do NOT modify any files -- this is a read-only diagnostic