print slowest tests

This commit is contained in:
Maximilian Hils 2024-08-17 19:42:48 +02:00 committed by GitHub
parent 6bb536e0ff
commit 9ed99b12be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ commands =
--cov-report xml \
--continue-on-collection-errors \
--cov=mitmproxy --cov=release \
--durations=3 \
{posargs}
[testenv:old-dependencies]