summaryrefslogtreecommitdiff
path: root/silx/gui/widgets/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/widgets/test/__init__.py')
-rw-r--r--silx/gui/widgets/test/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/silx/gui/widgets/test/__init__.py b/silx/gui/widgets/test/__init__.py
index 5e62393..8d179bc 100644
--- a/silx/gui/widgets/test/__init__.py
+++ b/silx/gui/widgets/test/__init__.py
@@ -31,6 +31,8 @@ from . import test_hierarchicaltableview
from . import test_printpreview
from . import test_framebrowser
from . import test_boxlayoutdockwidget
+from . import test_rangeslider
+from . import test_flowlayout
__authors__ = ["V. Valls", "P. Knobel"]
__license__ = "MIT"
@@ -47,5 +49,7 @@ def suite():
test_hierarchicaltableview.suite(),
test_framebrowser.suite(),
test_boxlayoutdockwidget.suite(),
+ test_rangeslider.suite(),
+ test_flowlayout.suite(),
])
return test_suite