This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pannellum
镜像来自
https://github.com/mpetroff/pannellum.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
22
Wiki
Activity
瀏覽代碼
Print browser console logs when tests fail.
pull/776/head
Matthew Petroff
5 年之前
父節點
2d0230dd4e
當前提交
9e23ee0b57
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
tests/run_tests.py
+ 3
- 0
tests/run_tests.py
查看文件
@@ -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()
Write
Preview
Loading…
取消
儲存