Skip to content

v1.0.4

Compare
Choose a tag to compare
@jbasko jbasko released this 30 Nov 15:22
· 7 commits to master since this release
e8ff95f
Fixes randomisation of doctests (#37)

* Fixes issues with doctests reported in #36 - ``class``, ``package`` and ``module`` didn't work because ``DoctestItem`` doesn't have ``cls`` or ``module`` attributes. Thanks @tobywf.
* Deprecates ``none`` bucket type.
* With tox, run tests of pytest-random-order with both pytest 3 and 4.