Skip to content

Commit b8c9395

Browse files
committed
Add tests previously left out workaround for #6902
1 parent 70e7a6c commit b8c9395

File tree

5 files changed

+1367
-1417
lines changed

5 files changed

+1367
-1417
lines changed

lib/matplotlib/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,8 +1500,10 @@ def tk_window_focus():
15001500
'matplotlib.tests.test_png',
15011501
'matplotlib.tests.test_quiver',
15021502
'matplotlib.tests.test_rcparams',
1503+
'matplotlib.tests.test_sankey',
15031504
'matplotlib.tests.test_scale',
15041505
'matplotlib.tests.test_simplification',
1506+
'matplotlib.tests.test_skew',
15051507
'matplotlib.tests.test_spines',
15061508
'matplotlib.tests.test_streamplot',
15071509
'matplotlib.tests.test_style',
@@ -1514,6 +1516,7 @@ def tk_window_focus():
15141516
'matplotlib.tests.test_transforms',
15151517
'matplotlib.tests.test_triangulation',
15161518
'matplotlib.tests.test_type1font',
1519+
'matplotlib.tests.test_ttconv',
15171520
'matplotlib.tests.test_units',
15181521
'matplotlib.tests.test_widgets',
15191522
'matplotlib.tests.test_cycles',

lib/matplotlib/tests/baseline_images/test_skew/skew_axes.svg

Lines changed: 96 additions & 100 deletions
Loading

0 commit comments

Comments
 (0)