Skip to content

Commit

Permalink
infra: add better profiling for unit tests (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Nov 10, 2023
1 parent 69f9894 commit cd52fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test=pytest
xfail_strict = true
# https://pytest-xdist.readthedocs.io/en/latest/known-limitations.html
addopts =
--verbose -n auto
--verbose -n auto --durations=0 --durations-min=1
testpaths = test/unit_tests

[isort]
Expand Down

0 comments on commit cd52fc9

Please sign in to comment.