Skip to content

Commit 08dd20d

Browse files
committed
TOX: Print durations to see slow tests
1 parent 8f2c039 commit 08dd20d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ commands =
106106
pytest --doctest-modules --doctest-plus \
107107
--cov nibabel --cov-report xml:cov.xml \
108108
--junitxml test-results.xml \
109+
--durations=20 --durations-min=1.0 \
109110
--pyargs nibabel {posargs:-n auto}
110111

111112
[testenv:install]

0 commit comments

Comments
 (0)