mirror of https://github.com/pyodide/pyodide.git
Get full output on test failure
This commit is contained in:
parent
5a7992f87b
commit
21e9a4c770
|
@ -76,7 +76,6 @@ if pytest is not None:
|
|||
selenium = SeleniumWrapper()
|
||||
try:
|
||||
yield selenium
|
||||
except:
|
||||
print(selenium.logs)
|
||||
finally:
|
||||
print('\n'.join(selenium.logs))
|
||||
selenium.driver.quit()
|
||||
|
|
Loading…
Reference in New Issue