mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
Revert run command back to context.execute_steps; tests are passing locally
This commit is contained in:
parent
fabf924349
commit
2950e03263
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(context, "jrnl")
|
context.execute_steps('when we run "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