Create datecount test

This commit is contained in:
karimpwnz 2021-01-04 02:54:11 +02:00
parent 37fc6c7465
commit 7880feec94
3 changed files with 27 additions and 0 deletions

View file

@ -554,3 +554,13 @@ Feature: Custom formats
| basic_encrypted |
| basic_folder |
| basic_dayone |
Scenario: Export date counts
Given we use the config "datecount.yaml"
When we run "jrnl --export datecount"
Then we should get no error
And the output should be
"""
2020-05-14, 1
2021-10-29, 2
"""