Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84469a9

Browse files
ivanovmdboom
authored andcommitted
Include test_text in default_test_modules
1 parent 3338480 commit 84469a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,8 @@ def tk_window_focus():
966966
'matplotlib.tests.test_spines',
967967
'matplotlib.tests.test_image',
968968
'matplotlib.tests.test_simplification',
969-
'matplotlib.tests.test_mathtext'
969+
'matplotlib.tests.test_mathtext',
970+
'matplotlib.tests.test_text'
970971
]
971972

972973
def test(verbosity=0):

0 commit comments

Comments
 (0)