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 f8191ca commit 62e26dcCopy full SHA for 62e26dc
pyproject.toml
@@ -31,7 +31,8 @@ verbose = 2
31
32
# https://docs.pytest.org/en/6.2.x/mark.html#registering-marks
33
[tool.pytest.ini_options]
34
-addopts = "--cov=janitor/ --cov-report=html --cov-report=xml --cov-report=term-missing"
+addopts = "--cov=janitor/ --cov-report=html --cov-report=xml --cov-report=term-missing --durations=0"
35
+
36
markers = [
37
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
38
"biology",
pytest.ini
0 commit comments