Procházet zdrojové kódy

block false window test

Rodrigo Perez-Vicente před 2 roky
rodič
revize
0f304d52bb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()