瀏覽代碼

block false window test

Rodrigo Perez-Vicente 2 年之前
父節點
當前提交
0f304d52bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test_scripts.py

+ 1 - 1
tests/test_scripts.py

@@ -23,7 +23,7 @@ def test_window():
     caption = "testing caption"
     window.set_caption(caption)
 
-    window.show()
+    window.show(block=False)
 
     window.close()