Explorar el Código

block false window test

Rodrigo Perez-Vicente hace 2 años
padre
commit
0f304d52bb
Se han modificado 1 ficheros con 1 adiciones y 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()