Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to preserve order of test paths passed in by argument #17

Open
adamchainz opened this issue Aug 19, 2016 · 0 comments
Open

Comments

@adamchainz
Copy link
Member

nose-randomly has the feature that nosetests path.One path.Two still runs path.One and path.Two in order, allowing reproduction with --randomly-seed=X much easier - once you've found a bad test order, just copy/paste it and rerun deleting paths one at a time.

pytest-randomly does not have this property because the pytest collection hooks are more generic. If possible adding this property would make it easier to debug such failures.

As noted by @tolomea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant