mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
update toggle commands
add toggle record/toggle stream tests pre-release patch bump
This commit is contained in:
@@ -95,6 +95,10 @@ def pytest_sessionfinish(session, exitstatus):
|
||||
if resp.output_active:
|
||||
session.obsws.stop_stream()
|
||||
|
||||
resp = session.obsws.get_record_status()
|
||||
if resp.output_active:
|
||||
session.obsws.stop_record()
|
||||
|
||||
# Close the OBS WebSocket client connection
|
||||
session.obsws.disconnect()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user