X Tutup
Skip to content

Commit 9c81b81

Browse files
committed
be verbose when running test - easier to follow progress
1 parent e8363f2 commit 9c81b81

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
@@ -23,7 +23,7 @@ lint:
2323
$(PYLINT) -E telegram --disable=no-name-in-module,import-error
2424

2525
test:
26-
$(NOSETESTS)
26+
$(NOSETESTS) -v
2727

2828
install:
2929
$(PIP) install -r requirements.txt

0 commit comments

Comments
 (0)
X Tutup