Skip to content

Commit

Permalink
add worst 10 test durations to pytest output
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Oct 1, 2024
1 parent dbf11c5 commit 96d7d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test-search_space:
done

test-pytest:
python -m pytest -x -p no:warnings tests/; \
python -m pytest --durations=10 -x -p no:warnings tests/; \

tox-test:
tox -- -x -p no:warnings -rfEX tests/ \
Expand Down

0 comments on commit 96d7d1f

Please sign in to comment.