From ac63bbbc6366817fd217b8acbdc5665f60bc5359 Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Fri, 25 Mar 2011 17:20:16 -0700 Subject: [PATCH] include test_text in default_test_modules --- lib/matplotlib/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index 82633a5bf5c8..649e4d8462ac 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -968,7 +968,8 @@ def tk_window_focus(): 'matplotlib.tests.test_spines', 'matplotlib.tests.test_image', 'matplotlib.tests.test_simplification', - 'matplotlib.tests.test_mathtext' + 'matplotlib.tests.test_mathtext', + 'matplotlib.tests.test_text' ] def test(verbosity=0):