mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
binary search misbehaving windows test
This commit is contained in:
parent
27a370ce86
commit
fe4f18951f
1 changed files with 2 additions and 0 deletions
|
@ -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"}'
|
||||
|
|
Loading…
Add table
Reference in a new issue