Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pannellum
réplica de
https://github.com/mpetroff/pannellum.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
22
Wiki
Actividad
Explorar el Código
Print browser console logs when tests fail.
pull/776/head
Matthew Petroff
hace 5 años
padre
2d0230dd4e
commit
9e23ee0b57
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
tests/run_tests.py
+ 3
- 0
tests/run_tests.py
Ver fichero
@@ -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()
Escribir
Vista previa
Cargando…
Cancelar
Guardar