sqlalchemy has a storage

This commit is contained in:
2014-01-20 14:53:08 +01:00
parent 068f68460d
commit 661f844ce6
7 changed files with 310 additions and 299 deletions

View File

@ -481,6 +481,7 @@ def test_callback_master_and_slaves_slave_list():
assert cfg.val1.val2 == ['val', 'val']
cfg.val1.val1 = ['val1']
#wrong len
print cfg.val1.val2
raises(SlaveError, 'cfg.val1.val2')