summaryrefslogtreecommitdiff
path: root/silx/gui/plot/tools/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/tools/test/__init__.py')
-rw-r--r--silx/gui/plot/tools/test/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/silx/gui/plot/tools/test/__init__.py b/silx/gui/plot/tools/test/__init__.py
index 9cede27..1429545 100644
--- a/silx/gui/plot/tools/test/__init__.py
+++ b/silx/gui/plot/tools/test/__init__.py
@@ -33,6 +33,7 @@ from . import testROI
from . import testTools
from . import testScatterProfileToolBar
from . import testCurveLegendsWidget
+from . import testProfile
def suite():
@@ -42,6 +43,7 @@ def suite():
testTools.suite(),
testScatterProfileToolBar.suite(),
testCurveLegendsWidget.suite(),
+ testProfile.suite(),
])
return test_suite