opencompletion.com/tests/functional
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_flows.py Fix hardcoded paths in test files and improve YAML error handling 2025-08-10 21:06:26 -04:00
test_battleship_game_flow.py Fix YAML validator and activity file validation errors 2025-08-10 19:38:50 -04:00
test_battleship_pre_script.py Fix hardcoded paths in test files and improve YAML error handling 2025-08-10 21:06:26 -04:00
test_guarded_ai.py Fix hardcoded paths in test files and improve YAML error handling 2025-08-10 21:06:26 -04:00