mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-10 01:16:12 +02:00
Add Python version check and faulty test to confirm it's working (should fail on 3.6 build only)
This commit is contained in:
parent
f86d923843
commit
34207f872f
3 changed files with 19 additions and 0 deletions
|
@ -135,3 +135,7 @@ Feature: Basic reading and writing to a journal
|
|||
When we run "jrnl --diagnostic"
|
||||
Then the output should contain "jrnl"
|
||||
And the output should contain "Python"
|
||||
|
||||
Scenario: Version warning appears for versions below 3.7
|
||||
When we run "jrnl --diagnostic"
|
||||
Then the Python version warning should appear if our version is below "3.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue