Run Tests
Execute the test suite and fix any failures.
Steps
- •Run
python -m pytest tests/ -v - •If all tests pass, report results and finish
- •If any tests fail:
- •Analyze the error messages of failed tests
- •Read the relevant source code
- •Explain the fix to the user before applying it
- •Re-run tests to confirm the fix
- •Append bug fix details to HISTORY.md