Brian Okken
Brian Okken
yes. Seems like `--repeat-scope=class` works. One problem is that `--repeat-scope` is undocumented in README. I've filed issue #61 to address that.
This issue can be closed
I think this feature is very much a different behavior and even if implemented, would not work with scope other than function, so I'm recommending closing this as "won't implement".
@RonnyPfannschmidt Would this be reasonable to document, and then close, as it's not fixable?
Ah. It's already documented I'm thinking a longer "Limitations" section in the README might be cool to cover this and any other items, like #21, but for now, this is...
@RonnyPfannschmidt Thanks for your thoughts on these issues.
This feature was added in 2018
Seems like this could be handled by a plugin or a local conftest.py modification. The example below doesn't handle fancy logic, but for simple marker deselection, it works fine. Unless...
I think I need this also, maybe I'll write a plugin
Bonus. `pytest -m foo --not foo` is a way to have 0 failures in your test suite.