Skip to content

Commit 9800195

Browse files
committed
TST: Remove unused select_points test in #127
1 parent d4c0c36 commit 9800195

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

astrowidgets/tests/test_widget_api.py

-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ def test_zoom(self):
6262
self.image.zoom(2)
6363
assert self.image.zoom_level == 6 # 3 x 2
6464

65-
@pytest.mark.xfail(reason='Not implemented yet')
66-
def test_select_points(self):
67-
self.image.select_points()
68-
6965
def test_marking_operations(self):
7066
marks = self.image.get_all_markers()
7167
assert marks is None

0 commit comments

Comments
 (0)