pytest-test-groups
pytest-test-groups copied to clipboard
Run tests in original order even when selected randomly
--test-group-random-seed originally made tests run in
a hard to predict order. For many codebases that's okay,
but this is an unnecessary limitation which can cause non-determinism
in test suites that aren't well-behaved.
This changes the --test-group-random-seed option to preserve
the original ordering of the tests within each group.
CI failure is related to python versions / test matrices rather than any code :)
👋 any chance of merging this?
@mark-adams could this be merged? or do you have some feedback I could incorporate to make it mergeable?
Hey @craigds,
It looks like this has some conflicts now. Would you mind fixing them then I can take another look.
@mark-adams I've rebased my branch on latest master