Fix up tests and related issues

Upgrade poetry if already installed
Get rid of test function that was causing windows problems
This commit is contained in:
Jonathan Wren 2020-02-29 14:44:42 -08:00
parent 9e5d160bbd
commit 302d353c4d
5 changed files with 13 additions and 78 deletions

View file

@ -36,12 +36,12 @@ Feature: Basic reading and writing to a journal
@skip_win
Scenario: Writing an empty entry from the editor
Given we use the config "editor.yaml"
When we open the editor and enter ""
When we open the editor and enter nothing
Then we should see the message "[Nothing saved to file]"
Scenario: Writing an empty entry from the command line
Given we use the config "basic.yaml"
When we run "jrnl" and enter ""
When we run "jrnl" and enter nothing
Then the output should be
"""