Skip to content

Commit

Permalink
Add dummy test for napari viewier
Browse files Browse the repository at this point in the history
  • Loading branch information
nfahlgren committed Mar 28, 2024
1 parent 97c14b8 commit 82faaef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
def test_annotate():
"""PlantCV Test"""
assert an.__name__ == "plantcv.annotate"



def test_napari(make_napari_viewer):
"""PlantCV Test"""
viewer = make_napari_viewer(show=False)

0 comments on commit 82faaef

Please sign in to comment.