first version with sqlalchemy option's storage

This commit is contained in:
2013-11-23 23:34:17 +01:00
parent 615cad4b49
commit 374c56a9c8
17 changed files with 1123 additions and 790 deletions

View File

@ -372,6 +372,7 @@ def test_callback_symlink():
cfg = Config(maconfig)
cfg.read_write()
assert cfg.val1 == 'val'
assert cfg.val2 == 'val'
assert cfg.val3 == 'val'
cfg.val1 = 'new-val'
assert cfg.val1 == 'new-val'