Explorar o código

block false window test

Rodrigo Perez-Vicente %!s(int64=3) %!d(string=hai) anos
pai
achega
0f304d52bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()