Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75c55b3

Browse files
committed
Renamed tests to 2D and added 2D test images
1 parent e7ad9e7 commit 75c55b3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading

src/napari_matplotlib/tests/test_scatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
@pytest.mark.mpl_image_compare
13-
def test_scatter(make_napari_viewer, astronaut_data):
13+
def test_scatter_2D(make_napari_viewer, astronaut_data):
1414
viewer = make_napari_viewer()
1515
widget = ScatterWidget(viewer)
1616
fig = widget.figure
@@ -30,7 +30,7 @@ def test_scatter(make_napari_viewer, astronaut_data):
3030

3131

3232
@pytest.mark.mpl_image_compare
33-
def test_features_scatter_widget(make_napari_viewer, astronaut_data):
33+
def test_features_scatter_widget_2D(make_napari_viewer, astronaut_data):
3434
viewer = make_napari_viewer()
3535
widget = FeaturesScatterWidget(viewer)
3636

0 commit comments

Comments
 (0)