Try run command - all tests working locally

This commit is contained in:
Micah Jerome Ellison 2020-05-24 14:14:13 -07:00
parent 198b01bfff
commit 1d906e274b

View file

@ -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")