Skip to content

Commit f562883

Browse files
committed
Merge pull request #824 from mdboom/test-progress
Tests don't display progress
2 parents 376dcb8 + a00bcfc commit f562883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

+1-1
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)