opencompletion.com/tests/integration
Russell Ballestrini 6b876d488c Fix hardcoded paths in test files and improve YAML error handling
- Replace hardcoded absolute paths with relative paths using Path(__file__).parent
- Update test_activity_flows.py, test_guarded_ai.py, and test_battleship_pre_script.py to use dynamic path construction
- Import yaml module and catch yaml.YAMLError instead of broad Exception in test_activity_processing.py
- Ensures tests work across different environments and CI systems
- Makes YAML error handling more specific and prevents masking other exceptions
2025-08-10 21:06:26 -04:00
..
test_activity_processing.py Fix hardcoded paths in test files and improve YAML error handling 2025-08-10 21:06:26 -04:00
test_app_activity_functions.py Significantly improve test coverage with comprehensive integration tests 2025-08-10 20:52:56 -04:00
test_multiple_activities.py Integrate comprehensive testing framework with Makefile 2025-08-10 19:38:50 -04:00