Skip to content

Commit 958e7de

Browse files
committed
Add bqplot viewer test
1 parent 9a60d15 commit 958e7de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import pytest
2+
3+
from .widget_api_test import ImageWidgetAPITest
4+
5+
_ = pytest.importorskip("bqplot",
6+
reason="Package required for test is not "
7+
"available.")
8+
from astrowidgets.bqplot import ImageWidget # noqa: E402
9+
10+
11+
class TestGingaWidget(ImageWidgetAPITest):
12+
def setup_class(self):
13+
self.image_widget_class = ImageWidget
14+
super().setup_class(self)

0 commit comments

Comments
 (0)