diff --git a/tests/test_annotate.py b/tests/test_annotate.py index 1554fa1..ab22976 100644 --- a/tests/test_annotate.py +++ b/tests/test_annotate.py @@ -4,4 +4,8 @@ def test_annotate(): """PlantCV Test""" assert an.__name__ == "plantcv.annotate" - \ No newline at end of file + + +def test_napari(make_napari_viewer): + """PlantCV Test""" + viewer = make_napari_viewer(show=False)