mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 13:38:31 +02:00
Try run command - all tests working locally
This commit is contained in:
parent
198b01bfff
commit
1d906e274b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ def open_editor_and_enter(context, text=""):
|
||||||
|
|
||||||
with patch("subprocess.call", side_effect=_mock_editor_function):
|
with patch("subprocess.call", side_effect=_mock_editor_function):
|
||||||
print("About to run execute_steps", file=sys.stderr)
|
print("About to run execute_steps", file=sys.stderr)
|
||||||
run_with_input(context, "jrnl")
|
run(context, "jrnl")
|
||||||
|
|
||||||
|
|
||||||
@then("the editor should have been called with {num} arguments")
|
@then("the editor should have been called with {num} arguments")
|
||||||
|
|
Loading…
Add table
Reference in a new issue