Skip to content

Commit f9ae851

Browse files
committed
Verbose tests
1 parent 2f146e5 commit f9ae851

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
@@ -20,7 +20,7 @@ release:
2020

2121
test:
2222
pylama $(PACKAGE)
23-
py.test -s --cov dataflows --cov-report term-missing
23+
py.test -vvv -s --cov dataflows --cov-report term-missing
2424

2525
version:
2626
@echo $(VERSION)

0 commit comments

Comments
 (0)