opencompletion.com/.gitignore
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

11 lines
114 B
Text

*.swp
env
instance/
__pycache__/
.flaskenv
.flaskenv-exported
.aws-sam/
samconfig.toml
vars.sh
.coverage
htmlcov/