Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
pannellum
mirror da
https://github.com/mpetroff/pannellum.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
22
Wiki
Attività
Sfoglia il codice sorgente
Print browser console logs when tests fail.
pull/776/head
Matthew Petroff
5 anni fa
parent
2d0230dd4e
commit
9e23ee0b57
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-0
tests/run_tests.py
+ 3
- 0
tests/run_tests.py
Vedi File
@@ -121,6 +121,9 @@ def run_tests():
try:
run_tests()
except AssertionError:
for entry in driver.get_log('browser'):
print(entry)
finally:
driver.quit()
httpd.shutdown()
Scrivi
Anteprima
Caricamento…
Annulla
Salva