What was the problem?
What was the expected behavior?
Fixes # Closes #
Why did this happen?
What component was affected?
path/to/file.py- Description of changespath/to/test.py- Test updates
# Code showing the bugOutput/Error:
# Error message or incorrect output
# Fixed codeOutput:
# Correct output
Expected: ❌ Bug occurs Actual: ✅ Bug fixed
- Unit test for the specific bug
- Regression test to prevent recurrence
- Edge case tests
- Integration tests (if applicable)
# Paste test output
pytest tests/test_bugfix.py -v- Tested on Python 3.8
- Tested on Python 3.11
- Tested on Python 3.12
- Tested on Linux
- Tested on macOS
- Tested on Windows
- Critical (system crashes, data loss)
- High (major functionality broken)
- Medium (feature partially broken)
- Low (minor inconvenience)
- Configuration loading
- Type casting
- Validation
- Cloud integrations
- CLI
- Other: ___________
- Added test coverage for this scenario
- Documented edge cases
- Updated validation logic
- Added logging for debugging
- Bug verified and reproducible
- Root cause identified
- Fix implemented and tested
- Regression tests added
- Documentation updated (if needed)
- CHANGELOG.md updated
- No new bugs introduced
- All existing tests pass