Skip to content

Commit 29fd193

Browse files
authored
Merge pull request #6917 from jenshnielsen/missingtestfiles
CI: Add tests previously left out
2 parents 2cec8c2 + 20adce5 commit 29fd193

File tree

6 files changed

+1369
-1417
lines changed

6 files changed

+1369
-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)