mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
record stop now prints the the output path of the recording
added record directory command record unit test updated README updated minor bump
This commit is contained in:
@@ -23,7 +23,7 @@ def test_record_start_status_stop():
|
||||
|
||||
result = runner.invoke(app, ['record', 'stop'])
|
||||
assert result.exit_code == 0
|
||||
assert 'Recording stopped successfully.' in result.stdout
|
||||
assert 'Recording stopped successfully. Saved to:' in result.stdout
|
||||
|
||||
time.sleep(0.5) # Wait for the recording to stop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user