Skip to content

Fail Faster During Testing

Compare
Choose a tag to compare
@viperior viperior released this 25 Feb 22:53
· 202 commits to main since this release
v0.5.0
f176e21

Improvements

  • Fail faster when running the pytest test suite by running the test suite asynchronously and halting on the first error encountered using pytest's -x option (closes #12)
  • Bump pylint from 2.12.1 to 2.12.2 (#16)
  • Bump pytest from 6.2.5 to 7.0.1 (#17)