8000 Display progress of tests · matplotlib/matplotlib@a00bcfc · GitHub
[go: up one dir, main page]

Skip to content

Commit a00bcfc

Browse files
committed
Display progress of tests
1 parent 8c6c24a commit a00bcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def tk_window_focus():
992992
'matplotlib.tests.test_legend'
993993
]
994994

995-
def test(verbosity=0):
995+
def test(verbosity=1):
996996
"""run the matplotlib test suite"""
997997
old_backend = rcParams['backend']
998998
try:

0 commit comments

Comments
 (0)
0