We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744683e commit 3c4392fCopy full SHA for 3c4392f
1 file changed
Makefile
@@ -20,7 +20,7 @@ test-create-short: test-clean-short
20
21
# run all tests using the pre-recorded HTTP requests - will fail on missing request
22
test:
23
- pytest --record-mode=none --block-network
+ pytest --record-mode=none --block-network -vv
24
25
# run tests using pre-recorded HTTP requets if they exist, and recording them if missing
26
test-dev:
0 commit comments