Add diagnostic argument #727 (#984)

This commit is contained in:
Micah Jerome Ellison 2020-06-20 11:18:53 -07:00 committed by GitHub
parent 4238ca57de
commit 28093894ad
2 changed files with 22 additions and 0 deletions

View file

@ -130,3 +130,8 @@ Feature: Basic reading and writing to a journal
and we change directory to "features"
and we run "jrnl -n 1"
Then the output should contain "hello world"
Scenario: --diagnostic runs without exceptions
When we run "jrnl --diagnostic"
Then the output should contain "jrnl"
And the output should contain "Python"