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.
1 parent 9e6ef77 commit e93db54Copy full SHA for e93db54
plotpy/tests/conftest.py
@@ -37,6 +37,8 @@ def pytest_addoption(parser):
37
38
def pytest_configure(config):
39
"""Configure pytest based on command line options."""
40
+ if config.option.durations is None:
41
+ config.option.durations = 10 # Default to showing 10 slowest tests
42
config.addinivalue_line(
43
"markers",
44
"requires_display: mark test as requiring a display "
0 commit comments