mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
add config test outlines
This commit is contained in:
parent
899dd5037b
commit
40941752fc
1 changed files with 12 additions and 0 deletions
|
@ -22,3 +22,15 @@ Feature: Reading & writing the config file
|
||||||
body set to invalid color
|
body set to invalid color
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@todo
|
||||||
|
Scenario: Missing values in config are given a default
|
||||||
|
|
||||||
|
@todo
|
||||||
|
Scenario: Journal-level config values override global-level config values
|
||||||
|
|
||||||
|
@todo
|
||||||
|
Scenario: Config with a lower version number updates to current version
|
||||||
|
|
||||||
|
@todo
|
||||||
|
Scenario: Nested config values are written to the config file
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue