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__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/silx/gui/widgets/test/__init__.py b/silx/gui/widgets/test/__init__.py
index 8d179bc..b868171 100644
--- a/silx/gui/widgets/test/__init__.py
+++ b/silx/gui/widgets/test/__init__.py
@@ -33,6 +33,7 @@ from . import test_framebrowser
from . import test_boxlayoutdockwidget
from . import test_rangeslider
from . import test_flowlayout
+from . import test_elidedlabel
__authors__ = ["V. Valls", "P. Knobel"]
__license__ = "MIT"
@@ -51,5 +52,6 @@ def suite():
test_boxlayoutdockwidget.suite(),
test_rangeslider.suite(),
test_flowlayout.suite(),
+ test_elidedlabel.suite(),
])
return test_suite