Skip to content

Commit ecc7036

Browse files
committed
FIX: add missing test files to meson.build
1 parent c427a48 commit ecc7036

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

lib/matplotlib/tests/meson.build

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ python_sources = [
22
'__init__.py',
33
'conftest.py',
44
'test_afm.py',
5-
'test_agg_filter.py',
65
'test_agg.py',
6+
'test_agg_filter.py',
77
'test_animation.py',
88
'test_api.py',
99
'test_arrow_patches.py',
@@ -13,20 +13,23 @@ python_sources = [
1313
'test_backend_bases.py',
1414
'test_backend_cairo.py',
1515
'test_backend_gtk3.py',
16+
'test_backend_inline.py',
1617
'test_backend_macosx.py',
1718
'test_backend_nbagg.py',
1819
'test_backend_pdf.py',
1920
'test_backend_pgf.py',
2021
'test_backend_ps.py',
2122
'test_backend_qt.py',
22-
'test_backends_interactive.py',
23+
'test_backend_registry.py',
2324
'test_backend_svg.py',
2425
'test_backend_template.py',
2526
'test_backend_tk.py',
2627
'test_backend_tools.py',
2728
'test_backend_webagg.py',
29+
'test_backends_interactive.py',
2830
'test_basic.py',
2931
'test_bbox_tight.py',
32+
'test_bezier.py',
3033
'test_category.py',
3134
'test_cbook.py',
3235
'test_collections.py',
@@ -43,8 +46,8 @@ python_sources = [
4346
'test_doc.py',
4447
'test_dviread.py',
4548
'test_figure.py',
46-
'test_fontconfig_pattern.py',
4749
'test_font_manager.py',
50+
'test_fontconfig_pattern.py',
4851
'test_ft2font.py',
4952
'test_getattr.py',
5053
'test_gridspec.py',
@@ -57,8 +60,8 @@ python_sources = [
5760
'test_mlab.py',
5861
'test_offsetbox.py',
5962
'test_patches.py',
60-
'test_patheffects.py',
6163
'test_path.py',
64+
'test_patheffects.py',
6265
'test_pickle.py',
6366
'test_png.py',
6467
'test_polar.py',
@@ -78,8 +81,8 @@ python_sources = [
7881
'test_table.py',
7982
'test_testing.py',
8083
'test_texmanager.py',
81-
'test_textpath.py',
8284
'test_text.py',
85+
'test_textpath.py',
8386
'test_ticker.py',
8487
'test_tightlayout.py',
8588
'test_transforms.py',

0 commit comments

Comments
 (0)