We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fa4eb commit c8d5bd0Copy full SHA for c8d5bd0
1 file changed
utils/_decorators.py
@@ -21,6 +21,7 @@ def configure(config: pytest.Config):
21
22
23
class _TestDeclaration(enum.StrEnum):
24
+ __test__ = False # Tell pytest this is not a test class
25
BUG = "bug"
26
FLAKY = "flaky"
27
INCOMPLETE_TEST_APP = "incomplete_test_app"
0 commit comments