add config test outlines

This commit is contained in:
Jonathan Wren 2020-09-19 13:06:19 -07:00
parent 899dd5037b
commit 40941752fc
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -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