-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add relative to other tests 'run' mark 'after' and 'before' kwargs #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually prepared a PR for the same feature, but had trouble to get it running in the CI (a compatibility issue with pytest-cov) - so you beat me to it :)
It would also make sense to update the documentation (docs/index.rst) to move the related part out of the "Aspirational" chapter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
@ftobia - the Travis builds are currently failing due to an incompatibility with the latest version of pytest-cov - I'm looking into this. But they are also not visible on the PR; I had a similar issue recently, still unresolved - maybe you can check the stettings.
Don't worry about that. |
Closes #65
As was reported, relative to other tests module ordering is not working because is not implemented.