Skip to content

Commit 6339403

Browse files
committed
Increase test verbosity
1 parent eea1ebc commit 6339403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def report_uncollectable():
2626
print('---')
2727

2828
import pymysql.tests
29-
unittest.main(pymysql.tests)
29+
unittest.main(pymysql.tests, verbosity=2)

0 commit comments

Comments
 (0)