Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b07d6b2

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

File tree

Expand file treeCollapse file tree

4 files changed

+1
-16
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+1
-16
lines changed

‎src/napari_matplotlib/baseline/__init__.py

Copy file name to clipboardExpand all lines: src/napari_matplotlib/baseline/__init__.py
Whitespace-only changes.

‎src/napari_matplotlib/tests/plotting/__init__.py

Copy file name to clipboardExpand all lines: src/napari_matplotlib/tests/plotting/__init__.py
Whitespace-only changes.

‎src/napari_matplotlib/tests/plotting/test_plotting.py

Copy file name to clipboardExpand all lines: src/napari_matplotlib/tests/plotting/test_plotting.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: src/napari_matplotlib/tests/utils/test_util.py
-15Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.