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__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/silx/gui/plot/test/__init__.py b/silx/gui/plot/test/__init__.py
index 89c10c6..0477e2a 100644
--- a/silx/gui/plot/test/__init__.py
+++ b/silx/gui/plot/test/__init__.py
@@ -42,8 +42,8 @@ from . import testPlotInteraction
from . import testPlotWidgetNoBackend
from . import testPlotWidget
from . import testPlotWindow
-from . import testProfile
from . import testStackView
+from . import testImageStack
from . import testItem
from . import testUtilsAxis
from . import testLimitConstraints
@@ -75,8 +75,8 @@ def suite():
testPlotWidgetNoBackend.suite(),
testPlotWidget.suite(),
testPlotWindow.suite(),
- testProfile.suite(),
testStackView.suite(),
+ testImageStack.suite(),
testItem.suite(),
testUtilsAxis.suite(),
testLimitConstraints.suite(),
@@ -85,6 +85,6 @@ def suite():
testSaveAction.suite(),
testScatterView.suite(),
testPixelIntensityHistoAction.suite(),
- testCompareImages.suite()
- ])
+ testCompareImages.suite(),
+ ])
return test_suite