Skip to content

Commit b07d6b2

Browse files
committed
Added test_plotting.py and baseline folder for running pytest-mpl
1 parent 7a2c75e commit b07d6b2

File tree

4 files changed

+1
-16
lines changed

4 files changed

+1
-16
lines changed

src/napari_matplotlib/baseline/__init__.py

Whitespace-only changes.

src/napari_matplotlib/tests/plotting/__init__.py

Whitespace-only changes.

src/napari_matplotlib/tests/plotting/test_plotting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
@pytest.mark.mpl_image_compare
55
def test_plot():
66
fig, ax = plt.subplots()
7-
ax.plot([1, 2])
7+
ax.plot([1, 3])
88
return fig

src/napari_matplotlib/tests/utils/test_util.py

-15
This file was deleted.

0 commit comments

Comments
 (0)