8000 TST: only test agg_filter extensions with baseline images · matplotlib/matplotlib@8ab093b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ab093b

Browse files
committed
TST: only test agg_filter extensions with baseline images
1 parent 24524c4 commit 8ab093b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_agg_filter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from matplotlib.testing.decorators import image_comparison
55

66

7-
@image_comparison(baseline_images=['agg_filter_alpha'])
7+
@image_comparison(baseline_images=['agg_filter_alpha'],
8+
extensions=['png', 'pdf'])
89
def test_agg_filter_alpha():
910
ax = plt.axes()
1011
x, y = np.mgrid[0:7, 0:8]

0 commit comments

Comments
 (0)
0