opencompletion.com/tests/unit
Claude 62bc2d72c5
Improve test infrastructure and fix test failures
- Add pytest.ini configuration for better test organization
- Fix test file naming conflicts (rename test_guarded_ai.py)
- Improve database test setup in conftest.py with proper fixtures
- Remove duplicate test_app_feedback.py (functionality covered in test_guarded_ai_functions.py)
- Fix database initialization issues in integration tests
- All working tests now passing (120 passed, 65% coverage)
2025-11-08 14:04:09 +00:00
..
test_activity_yaml_validator.py modified: activity_yaml_validator.py 2025-08-11 12:39:42 -04:00
test_app.py Refactor activity functions into separate activity.py module 2025-10-22 20:23:06 -04:00
test_guarded_ai_functions.py Improve test infrastructure and fix test failures 2025-11-08 14:04:09 +00:00
test_yaml_loading.py Integrate comprehensive testing framework with Makefile 2025-08-10 19:38:50 -04:00