You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: