mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
Remove purposeful test-breaking code now that Travis can run all tests
This commit is contained in:
parent
1ac9e46db1
commit
198b01bfff
2 changed files with 1 additions and 3 deletions
|
@ -20,7 +20,7 @@ install:
|
|||
- poetry run python --version
|
||||
|
||||
script:
|
||||
- poetry run behave --no-capture
|
||||
- poetry run behave
|
||||
|
||||
aliases:
|
||||
test_mac: &test_mac
|
||||
|
|
|
@ -37,7 +37,6 @@ Feature: Basic reading and writing to a journal
|
|||
Given we use the config "editor.yaml"
|
||||
When we open the editor and enter nothing
|
||||
Then we should see the message "[Nothing saved to file]"
|
||||
Then we should see the message "This test was hanging on Travis"
|
||||
|
||||
Scenario: Sending an argument with spaces to the editor should work
|
||||
Given we use the config "editor-args.yaml"
|
||||
|
@ -47,7 +46,6 @@ Feature: Basic reading and writing to a journal
|
|||
And one editor argument should be "-f"
|
||||
And one editor argument should be "-c"
|
||||
And one editor argument should match "'?setf markdown'?"
|
||||
Then we should see the message "This test was hanging on Travis"
|
||||
|
||||
Scenario: Writing an empty entry from the command line
|
||||
Given we use the config "basic.yaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue