We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 843ca03 + 28bf381 commit 737a1bfCopy full SHA for 737a1bf
testing/conftest.py
@@ -30,6 +30,7 @@ def pytest_collection_modifyitems(config, items):
30
slowest_items.append(item)
31
else:
32
slow_items.append(item)
33
+ item.add_marker(pytest.mark.slow)
34
35
marker = item.get_closest_marker("slow")
36
if marker:
0 commit comments