TST Actually fail if a package cannot be imported

This commit is contained in:
Roman Yurchak 2018-10-22 12:53:42 +02:00
parent aa14302f6b
commit 33a094ee33
1 changed files with 1 additions and 0 deletions

View File

@ -43,3 +43,4 @@ def test_import(name, selenium_standalone):
selenium_standalone.run('import %s' % import_name) selenium_standalone.run('import %s' % import_name)
except Exception as e: except Exception as e:
print(selenium_standalone.logs) print(selenium_standalone.logs)
raise