Releases: jerry-git/pytest-split
Releases · jerry-git/pytest-split
0.3.2
- Document usage with
pytest-random-order
#24
- Improvements for least_durations algo #28
0.3.1
Nothing to see here, this was not pushed to PyPI 🙂
0.3.0
- Support for
least_duration
algo (#16)
- Include license file in the installable
0.2.3
- Fix support for src project structure and some minor changes
0.2.2
- Fix for running marked (
-m
) tests (#17, #18)
0.2.0
A big refactoring and a new format for storing the durations. Should be backwards-compatible with the old format though. See #14 for full details 🙂
0.1.6
- Development goodies (#13)
- Better UX via more descriptive messages (#12)
0.1.5
- Use threshold time for
'setup'
as well (was already in use for 'teardown'
), relates to #1
0.1.4
- Include total test count in collection output