require works well in sqlalchemy storage
This commit is contained in:
@ -311,10 +311,10 @@ def test_append_properties():
|
||||
cfg = Config(descr)
|
||||
setting = cfg.cfgimpl_get_settings()
|
||||
option = cfg.cfgimpl_get_description().gc.dummy
|
||||
assert tuple(option.impl_getproperties()) == tuple()
|
||||
assert tuple(option._properties) == tuple()
|
||||
assert not 'test' in setting[option]
|
||||
setting[option].append('test')
|
||||
assert tuple(option.impl_getproperties()) == tuple()
|
||||
assert tuple(option._properties) == tuple()
|
||||
assert 'test' in setting[option]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user