Releases: EnergySage/pytest-quarantine
Releases · EnergySage/pytest-quarantine
2.0.0
Changed
- Require quarantine path on command line (#30)
- Write quarantine during test run (#35)
- Create parent directories for --save-quarantine (#36)
- Reorganize plugin (#37)
Fixed
- --save-quarantine can overwrite test files (#29)
- Verify --save-quarantine path before test run (#31)
2.0.0a0
Changed
- Require quarantine path on command line (#30)
Fixed
- --save-quarantine can overwrite test files (#29)
1.2.0
Changed
- Only save failed tests (not skipped) to quarantine (#27)
- Write empty quarantine when all tests pass (#28)
1.1.0
Added
- Report size of quarantine (#20)
- Use attrs for readability (#23)
Changed
- Refactor plugin (#18)
- Show UsageError for missing quarantine file (#19)
- Refactor tests (#21)
- Don't show quarantine stats with quiet option (#22)
- Update docs (#24)
1.0.0
Added
- Features, usage, etc. in README (#15)
- Plugin functionality and tests (#16)
- More tests (#17)
0.0.3
Changed
- Use GitHub CLI for release
0.0.1
Changed
- Tweak contributing guidelines
0.0.0
Added
- Initial project structure, tooling, and contributing guidelines