Add docstrings for config, test for config
This commit is contained in:
2
tests/testdata/config/config.ini
vendored
Normal file
2
tests/testdata/config/config.ini
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
[foo]
|
||||
bar = baz
|
||||
2
tests/testdata/config/default/chain.ini
vendored
Normal file
2
tests/testdata/config/default/chain.ini
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
[chain]
|
||||
spec = baz:bar:13:foo
|
||||
2
tests/testdata/config/default/user/chain.ini
vendored
Normal file
2
tests/testdata/config/default/user/chain.ini
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
[chain]
|
||||
spec = foo:foo:666:foo
|
||||
2
tests/testdata/config/foo/config.ini
vendored
Normal file
2
tests/testdata/config/foo/config.ini
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
[foo]
|
||||
bar = bazbazbaz
|
||||
Reference in New Issue
Block a user