mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-07-18 02:41:47 +00:00
set scene colletion to default at end of test
This commit is contained in:
parent
4a41239e50
commit
02614cd33c
@ -90,6 +90,7 @@ def pytest_sessionfinish(session, exitstatus):
|
|||||||
Return the exit status to the system.
|
Return the exit status to the system.
|
||||||
"""
|
"""
|
||||||
session.obsws.remove_scene('pytest')
|
session.obsws.remove_scene('pytest')
|
||||||
|
session.obsws.set_current_scene_collection('default')
|
||||||
|
|
||||||
resp = session.obsws.get_stream_status()
|
resp = session.obsws.get_stream_status()
|
||||||
if resp.output_active:
|
if resp.output_active:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user