Skip to content

Releases: jerry-git/pytest-split

Release 0.9.0

19 Jun 12:17
Compare
Choose a tag to compare

[0.9.0] - 2024-06-19

Changed

  • Cruft update to get up to date with the parent cookiecutter template

Removed

  • Support for Python 3.7

Release 0.8.2

29 Jan 07:42
Compare
Choose a tag to compare

[0.8.2] - 2024-01-29

Added

  • Support for pytest 8.x
  • Python 3.12 to CI test matrix

Release 0.8.1

12 Apr 06:38
Compare
Choose a tag to compare

[0.8.1] - 2023-04-12

Changed

Added

  • Python 3.11 to CI test matrix

Release 0.8.0

22 Apr 13:46
Compare
Choose a tag to compare

[0.8.0] - 2022-04-22

Fixed

  • 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 as pytest-randomly or pytest-random-order
    See #52

Release 0.7.0

13 Mar 11:11
Compare
Choose a tag to compare

[0.7.0] - 2022-03-13

Added

  • Support for pytest 7.x, see #47

Release 0.6.0

10 Jan 10:06
Compare
Choose a tag to compare

[0.6.0] - 2022-01-10

Added

  • PR template
  • Test against 3.10
  • Compatibility with IPython Notebooks

Release 0.5.0

09 Nov 08:39
Compare
Choose a tag to compare

[0.5.0] - 2021-11-09

Added

  • Wolt cookiecutter + cruft setup, see #33

0.4.0

09 Nov 06:26
Compare
Choose a tag to compare
  • Durations file content in prettier format, see #31

0.3.3

06 Aug 06:58
Compare
Choose a tag to compare
  • --clean-durations flag (can be used while --store-durations) #29
  • slowest-tests CLI command #30

0.3.2

21 Jul 11:26
Compare
Choose a tag to compare
  • Document usage with pytest-random-order #24
  • Improvements for least_durations algo #28