mirror of https://github.com/pyodide/pyodide.git
TST Actually fail if a package cannot be imported
This commit is contained in:
parent
aa14302f6b
commit
33a094ee33
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue