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

Don't skip tests in other files #1

Open
frodopwns opened this issue Dec 3, 2015 · 3 comments
Open

Don't skip tests in other files #1

frodopwns opened this issue Dec 3, 2015 · 3 comments

Comments

@frodopwns
Copy link

I have multiple test modules in a directory and i tend to run them all at once. If a test marked as blocker fails it skips not only the remaining tests in the module but all the tests in modules that would come after.

Anything that can be done about this?

@frodopwns
Copy link
Author

@ranbena
Copy link

ranbena commented Dec 8, 2015

@maticrivo wdyt?

@maticrivo
Copy link
Contributor

It's an interesting point, but i think it should be a different pytest.mark, so we can have 2 marks registered with the plugin, one to block everything and the other to block the module.
i.e: pytest.mark.blocker and pytest.mark.block_module or something like that

@ranbena @frodopwns what do you think?

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

3 participants