Skip to content

Commit f22547c

Browse files
committed
Add test_delaunay and test_legend to the set of tests.
1 parent 8f111bd commit f22547c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,9 @@ def tk_window_focus():
987987
'matplotlib.tests.test_simplification',
988988
'matplotlib.tests.test_mathtext',
989989
'matplotlib.tests.test_text',
990-
'matplotlib.tests.test_tightlayout'
990+
'matplotlib.tests.test_tightlayout',
991+
'matplotlib.tests.test_delaunay',
992+
'matplotlib.tests.test_legend'
991993
]
992994

993995
def test(verbosity=0):

0 commit comments

Comments
 (0)