opencompletion.com/tests/integration
Claude 9df6a8b8fa
Improve exception handling in integration test tearDown methods
Address CodeRabbit feedback by replacing bare except clauses with
specific Exception handling:
- test_activity_integration.py: Fix 2 tearDown methods
- test_app_integration.py: Fix 1 tearDown method

Changes:
- Replace bare 'except:' with 'except Exception as e:'
- Add explanatory comments for why exceptions are caught
- Maintain same functionality while improving code quality

Tests still pass: 11/13 integration tests passing (85%)
2025-11-08 16:08:25 +00:00
..
test_activity_integration.py Improve exception handling in integration test tearDown methods 2025-11-08 16:08:25 +00: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 Improve test infrastructure and fix test failures 2025-11-08 14:04:09 +00:00
test_app_integration.py Improve exception handling in integration test tearDown methods 2025-11-08 16:08:25 +00:00
test_multiple_activities.py Integrate comprehensive testing framework with Makefile 2025-08-10 19:38:50 -04:00