All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.8.0 - 2022-04-22
- The
least_duration
algorithm should now split deterministically regardless of starting test order. This should fix the main problem when running with test-randomization packages such aspytest-randomly
orpytest-random-order
See #52
0.7.0 - 2022-03-13
- Support for pytest 7.x, see jerry-git#47
0.6.0 - 2022-01-10
- PR template
- Test against 3.10
- Compatibility with IPython Notebooks
0.5.0 - 2021-11-09
- Wolt cookiecutter + cruft setup, see jerry-git#33
0.4.0 - 2021-11-09
- Durations file content in prettier format, see jerry-git#31