Skip to content

Releases: EnergySage/pytest-quarantine

2.0.0

24 Nov 12:12
2.0.0
bc2c428
Compare
Choose a tag to compare

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

17 Nov 20:13
2.0.0a0
38b6628
Compare
Choose a tag to compare
2.0.0a0 Pre-release
Pre-release

Changed

  • Require quarantine path on command line (#30)

Fixed

  • --save-quarantine can overwrite test files (#29)

1.2.0

13 Nov 11:19
1.2.0
9ef6e47
Compare
Choose a tag to compare

Changed

  • Only save failed tests (not skipped) to quarantine (#27)
  • Write empty quarantine when all tests pass (#28)

1.1.0

11 Nov 17:40
1.1.0
256beb5
Compare
Choose a tag to compare

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

03 Nov 19:01
1.0.0
598f75a
Compare
Choose a tag to compare

Added

  • Features, usage, etc. in README (#15)
  • Plugin functionality and tests (#16)
  • More tests (#17)

0.0.3

02 Nov 15:51
0.0.3
b636c5f
Compare
Choose a tag to compare

Changed

  • Use GitHub CLI for release

0.0.2

01 Nov 20:57
09c29bc
Compare
Choose a tag to compare

Changed

  • Transfer to EnergySage

0.0.1

23 Oct 10:21
680d82f
Compare
Choose a tag to compare

Changed

  • Tweak contributing guidelines

0.0.0

23 Oct 11:05
0.0.0
87df519
Compare
Choose a tag to compare

Added

  • Initial project structure, tooling, and contributing guidelines