Browse Source

block false window test

Rodrigo Perez-Vicente 2 năm trước cách đây
mục cha
commit
0f304d52bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()