We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f111bd commit f22547cCopy full SHA for f22547c
lib/matplotlib/__init__.py
@@ -987,7 +987,9 @@ def tk_window_focus():
987
'matplotlib.tests.test_simplification',
988
'matplotlib.tests.test_mathtext',
989
'matplotlib.tests.test_text',
990
- 'matplotlib.tests.test_tightlayout'
+ 'matplotlib.tests.test_tightlayout',
991
+ 'matplotlib.tests.test_delaunay',
992
+ 'matplotlib.tests.test_legend'
993
]
994
995
def test(verbosity=0):
0 commit comments