mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
start writing integration test
This commit is contained in:
parent
692a979efe
commit
2fc19c41b9
2 changed files with 9 additions and 1 deletions
|
@ -212,7 +212,9 @@ def open_editor_and_enter(context, method, text=""):
|
|||
|
||||
# fmt: on
|
||||
|
||||
|
||||
@then("the editor {editor} should have been called")
|
||||
def editor_override(context, editor):
|
||||
|
||||
@then("the editor should have been called")
|
||||
@then("the editor should have been called with {num} arguments")
|
||||
def count_editor_args(context, num=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue