Skip to content

Commit b6cc961

Browse files
committed
Added reference images for test_parametrized
1 parent 4f9ba08 commit b6cc961

10 files changed

+2
-1
lines changed
4.39 KB
Loading
5.14 KB
Loading
7.81 KB
Loading
4.39 KB
Loading
5.28 KB
Loading
7.8 KB
Loading
4.39 KB
Loading
5.28 KB
Loading
7.8 KB
Loading

tests/test_pytest_mpl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ def test_remove_text():
156156

157157

158158
@pytest.mark.parametrize('s', [5, 50, 500])
159-
@pytest.mark.mpl_image_compare(baseline_dir=baseline_dir_local)
159+
@pytest.mark.mpl_image_compare(baseline_dir=baseline_dir_local,
160+
remove_text=True)
160161
def test_parametrized(s):
161162
fig = plt.figure()
162163
ax = fig.add_subplot(1, 1, 1)

0 commit comments

Comments
 (0)