Skip to content

Commit f31c5c4

Browse files
committed
Bind the window fbo before running tests
1 parent 6e260fc commit f31c5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/test/testcase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from demosys.view import controller
1010

1111
demosys.setup()
12-
controller.create_window()
12+
controller.create_window().use()
1313

1414

1515
class DemosysTestCase(TestCase):

0 commit comments

Comments
 (0)