pytest-random icon indicating copy to clipboard operation
pytest-random copied to clipboard

randomize your py.test run

Results 8 pytest-random issues
Sort by recently updated
recently updated
newest added

Often when tests have an order problem you want to remove tests to see which two (or more) tests are causing the problem. However previously adding or removing any tests...

Currently if you have a list of tests that you are running and you add or remove one the entire list gets shuffled differently. It would be much nicer if...

Or at least a URL in the README.md.

So if there are 2 tests in a file, test1 will get called before test2 always. I don't think it works like this now.

Also bump version to 0.03

also parse the output of test runs more robustly. note that this includes pull requests https://github.com/klrmn/pytest-random/pull/4 & https://github.com/klrmn/pytest-random/pull/5

this should make it easier to track down isolation issues... note that this already includes https://github.com/klrmn/pytest-random/pull/4