update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -9,8 +9,8 @@ print(f"stdin.isatty(): {sys.stdin.isatty()}")
|
|||
print(f"stdin fileno: {sys.stdin.fileno()}")
|
||||
|
||||
# Set up a basic scene
|
||||
mcrfpy.createScene("stdin_test")
|
||||
mcrfpy.setScene("stdin_test")
|
||||
stdin_test = mcrfpy.Scene("stdin_test")
|
||||
stdin_test.activate()
|
||||
|
||||
# Try to prevent interactive mode by closing stdin
|
||||
print("\nAttempting to prevent interactive mode...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue