From 33a094ee33b31d541541288fa1d3607745e01956 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 22 Oct 2018 12:53:42 +0200 Subject: [PATCH] TST Actually fail if a package cannot be imported --- test/test_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_common.py b/test/test_common.py index 5f7fe60b3..c5ea3c966 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -43,3 +43,4 @@ def test_import(name, selenium_standalone): selenium_standalone.run('import %s' % import_name) except Exception as e: print(selenium_standalone.logs) + raise