Skip to content

Commit 58edc91

Browse files
committed
test: Make the unit tests verbose
1 parent 5db8aca commit 58edc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set-up-hooks:
1717
chmod +x .git/hooks/pre-commit
1818

1919
test:
20-
pytest --reruns 3 --reruns-delay 5 ./tests/
20+
pytest -vv --reruns 3 --reruns-delay 5 ./tests/
2121

2222
dev-install:
2323
pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)