Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 1.11 KB

unittest-ft

Generated by attribution

v0.3

Feature release

  • New: fall back to test discovery if module not given or not importable (#14)
  • Fixed: deduplicate test failure output during stress tests (#12)
  • Fixed: better duration tracking per test, only show time saved if more than 10% (#9)
  • Docs: improved readme examples, fixed markdown
  • CLI: added --version / -V flag
$ git shortlog -s v0.2...v0.3
     7	Amethyst Reese
     3	dependabot[bot]

v0.2

Feature release

  • New: option to randomize test order
  • New: option to run 'stress test', running every test ten times
  • New: added proper CLI flags and help docs
  • Docs: now with more README
  • Python: support back to Python 3.8
$ git shortlog -s v0.1...v0.2
     6	Amethyst Reese

v0.1

Prototype release

  • Prototype of loading and running tests in a thread pool (#6)
$ git shortlog -s v0.1
    10	Amethyst Reese