We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b68fb commit f5c8fd0Copy full SHA for f5c8fd0
1 file changed
tests/test_aaa.py
@@ -1,4 +1,5 @@
1
import pytest
2
+from napari.viewer import Viewer
3
4
from napari_spatialdata._model import DataModel
5
from napari_spatialdata._scatterwidgets import PlotWidget
@@ -21,3 +22,4 @@ def test_initialization(plot_widget):
21
22
def test_elementwidget(make_napari_viewer):
23
_ = make_napari_viewer()
24
assert 1 == 1
25
+ Viewer.close_all()
0 commit comments