summaryrefslogtreecommitdiff
path: root/silx/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/test/__init__.py')
-rw-r--r--silx/test/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/silx/test/__init__.py b/silx/test/__init__.py
index 5ac3524..8bada7f 100644
--- a/silx/test/__init__.py
+++ b/silx/test/__init__.py
@@ -31,7 +31,7 @@ It will skip all tests from :mod:`silx.test.gui`.
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "09/11/2017"
+__date__ = "21/12/2018"
import logging
@@ -91,6 +91,7 @@ def suite():
def run_tests():
"""Run test complete test_suite"""
+ test_options.configure()
runner = unittest.TextTestRunner()
if not runner.run(suite()).wasSuccessful():
print("Test suite failed")