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 8fed467 commit f269befCopy full SHA for f269bef
tests/test_astro_image_display_api.py
@@ -1,7 +1,8 @@
1
from astropy.utils.data import get_pkg_data_contents
2
3
from astro_image_display_api.interface_definition import ImageViewerInterface
4
-
+from astro_image_display_api.widget_api_test import ImageWidgetAPITest
5
+from astro_image_display_api.dummy_viewer import ImageViewer
6
7
def test_api_test_class_completeness():
8
"""
0 commit comments