Skip to content

Commit 8e1a07b

Browse files
jenshnielsenstory645
authored andcommitted
Add tests previously left out workaround for #6902
1 parent 03dc330 commit 8e1a07b

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
@@ -1527,8 +1527,10 @@ def _jupyter_nbextension_paths():
15271527
'matplotlib.tests.test_png',
15281528
'matplotlib.tests.test_quiver',
15291529
'matplotlib.tests.test_rcparams',
1530+
'matplotlib.tests.test_sankey',
15301531
'matplotlib.tests.test_scale',
15311532
'matplotlib.tests.test_simplification',
1533+
'matplotlib.tests.test_skew',
15321534
'matplotlib.tests.test_spines',
15331535
'matplotlib.tests.test_streamplot',
15341536
'matplotlib.tests.test_style',
@@ -1541,6 +1543,7 @@ def _jupyter_nbextension_paths():
15411543
'matplotlib.tests.test_transforms',
15421544
'matplotlib.tests.test_triangulation',
15431545
'matplotlib.tests.test_type1font',
1546+
'matplotlib.tests.test_ttconv',
15441547
'matplotlib.tests.test_units',
15451548
'matplotlib.tests.test_widgets',
15461549
'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)