jrnl/features/core.feature
2020-09-19 11:51:39 -07:00

15 lines
531 B
Gherkin

Feature: Core functionality of jrnl outside of actually handling journals
Scenario: Displaying the version number
Given we use the config "basic.yaml"
When we run "jrnl -v"
Then we should get no error
Then the output should contain "version"
Scenario: --diagnostic runs without exceptions
When we run "jrnl --diagnostic"
Then the output should contain "jrnl"
And the output should contain "Python"
@todo
Scenario: --list outputs to user without exceptions