update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -31,8 +31,8 @@ def check_results(runtime):
|
|||
sys.exit(1)
|
||||
|
||||
# Set up the scene
|
||||
mcrfpy.createScene("test_scene")
|
||||
mcrfpy.setScene("test_scene")
|
||||
test_scene = mcrfpy.Scene("test_scene")
|
||||
test_scene.activate()
|
||||
|
||||
# Create timers
|
||||
print("Creating once timer with once=True...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue