binary search misbehaving windows test

This commit is contained in:
Suhas 2021-01-25 07:21:05 -05:00
parent 27a370ce86
commit fe4f18951f

View file

@ -10,6 +10,7 @@ Given we use the config "editor.yaml"
When we run "jrnl --config-override '{"editor": "nano"}'"
Then the editor "nano" should have been called
@skip_win
Scenario: Override configured linewrap with a value of 23
Given we use the config "editor.yaml"
When we run "jrnl -2 --config-override '{"linewrap": 23}' --format fancy"
@ -30,6 +31,7 @@ Then the output should be
"""
@skip_win
Scenario: Override color selections with runtime overrides
Given we use the config "tiny.yaml"
When we run jrnl with -1 --config-override '{"colors.body": "blue"}'