Skip to content

v1.0.0

Compare
Choose a tag to compare
@jbasko jbasko released this 20 Oct 13:40
· 14 commits to master since this release
b1ba942
v1.0.0 (#33)

* Rename the Python package (not the PyPI package) to `random_order` so that pytest's `-p` flag usage is consistent.

Breaking changes:
* Python 3.5+ is required.
* Register the plugin as `random_order` (instead of `random-order`)
* Addresses #32 and perhaps could be useful re: #23 -- Plugin is still enabled by default, but randomisation is turned off by default. Can be enabled with any of the options or with the new `--random-order` flag.