pytest verbose

pytest-verbose
justheuristic 2 years ago committed by GitHub
parent c4aa1f49df
commit 4b1ba569c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ jobs:
sleep 60 # wait for server to download layers
PYTHONPATH=. pytest tests
PYTHONPATH=. pytest tests --durations=0 --durations-min=1.0 -v
kill -s SIGINT $SERVER1_PID $SERVER2_PID
echo "Done!"

Loading…
Cancel
Save