update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -108,8 +108,8 @@ def run_tests():
|
|||
if __name__ == "__main__":
|
||||
try:
|
||||
# Create a scene for the test
|
||||
mcrfpy.createScene("test_step")
|
||||
mcrfpy.setScene("test_step")
|
||||
test_step = mcrfpy.Scene("test_step")
|
||||
test_step.activate()
|
||||
|
||||
if run_tests():
|
||||
print("\nPASS")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue