From a00bcfc708f202de271531d5e8a03604bb39b13e Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 13 Apr 2012 11:35:39 -0400 Subject: [PATCH] Display progress of tests --- lib/matplotlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index 7de3f83b7f7d..a39757c59b83 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -992,7 +992,7 @@ def tk_window_focus(): 'matplotlib.tests.test_legend' ] -def test(verbosity=0): +def test(verbosity=1): """run the matplotlib test suite""" old_backend = rcParams['backend'] try: