value owners can be lists
This commit is contained in:
@ -68,6 +68,8 @@ def test_access_with_multi_default():
|
||||
config.string = ["foo", "bar"]
|
||||
assert config.string == ["foo", "bar"]
|
||||
assert config._cfgimpl_value_owners["string"] == ['user', 'user']
|
||||
print config._cfgimpl_value_owners["string"]
|
||||
# FIXME gwen haha
|
||||
# assert config.string[
|
||||
|
||||
#def test_attribute_access_with_multi2():
|
||||
|
Reference in New Issue
Block a user