We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c0c36 commit 9800195Copy full SHA for 9800195
astrowidgets/tests/test_widget_api.py
@@ -62,10 +62,6 @@ def test_zoom(self):
62
self.image.zoom(2)
63
assert self.image.zoom_level == 6 # 3 x 2
64
65
- @pytest.mark.xfail(reason='Not implemented yet')
66
- def test_select_points(self):
67
- self.image.select_points()
68
-
69
def test_marking_operations(self):
70
marks = self.image.get_all_markers()
71
assert marks is None
0 commit comments