mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Update expected_args in parse_args tests
This commit is contained in:
parent
f19ae0be86
commit
3c2f91ff60
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ def expected_args(**kwargs):
|
||||||
"delete": False,
|
"delete": False,
|
||||||
"edit": False,
|
"edit": False,
|
||||||
"end_date": None,
|
"end_date": None,
|
||||||
|
"reminisce": False,
|
||||||
|
"month": None,
|
||||||
|
"day": None,
|
||||||
|
"year": None,
|
||||||
"excluded": [],
|
"excluded": [],
|
||||||
"export": False,
|
"export": False,
|
||||||
"filename": None,
|
"filename": None,
|
||||||
|
|
Loading…
Add table
Reference in a new issue