From e19c96eff0c310c06c4f268c8b80cb33bd08996f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sat, 25 Nov 2017 16:55:20 +0100 Subject: New upstream version 0.6.1+dfsg --- silx/gui/plot/test/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'silx/gui/plot/test/__init__.py') diff --git a/silx/gui/plot/test/__init__.py b/silx/gui/plot/test/__init__.py index 2c2943e..07338b6 100644 --- a/silx/gui/plot/test/__init__.py +++ b/silx/gui/plot/test/__init__.py @@ -51,6 +51,7 @@ from . import testItem from . import testUtilsAxis from . import testLimitConstraints from . import testComplexImageView +from . import testImageView def suite(): @@ -77,5 +78,6 @@ def suite(): testItem.suite(), testUtilsAxis.suite(), testLimitConstraints.suite(), - testComplexImageView.suite()]) + testComplexImageView.suite(), + testImageView.suite()]) return test_suite -- cgit v1.2.3