summaryrefslogtreecommitdiff
path: root/silx/gui/plot/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/test/__init__.py')
-rw-r--r--silx/gui/plot/test/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/silx/gui/plot/test/__init__.py b/silx/gui/plot/test/__init__.py
index 0477e2a..dfb7c2e 100644
--- a/silx/gui/plot/test/__init__.py
+++ b/silx/gui/plot/test/__init__.py
@@ -53,6 +53,7 @@ from . import testSaveAction
from . import testScatterView
from . import testPixelIntensityHistoAction
from . import testCompareImages
+from . import testRoiStatsWidget
def suite():
@@ -86,5 +87,6 @@ def suite():
testScatterView.suite(),
testPixelIntensityHistoAction.suite(),
testCompareImages.suite(),
+ testRoiStatsWidget.suite(),
])
return test_suite