Skip to content

Commit 3c4392f

Browse files
Add -vv
1 parent 744683e commit 3c4392f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test-create-short: test-clean-short
2020

2121
# run all tests using the pre-recorded HTTP requests - will fail on missing request
2222
test:
23-
pytest --record-mode=none --block-network
23+
pytest --record-mode=none --block-network -vv
2424

2525
# run tests using pre-recorded HTTP requets if they exist, and recording them if missing
2626
test-dev:

0 commit comments

Comments
 (0)