simplify _setvalue

This commit is contained in:
2015-12-31 18:20:36 +01:00
parent d0e2b5d8c4
commit ce162280ad
4 changed files with 60 additions and 73 deletions

View File

@ -51,6 +51,8 @@ def test_freeze_whole_config():
except PropertiesOptionError as err:
prop = err.proptype
assert 'frozen' in prop
assert conf.gc.dummy is False
#
setting.remove('everything_frozen')
conf.gc.dummy = True
assert conf.gc.dummy is True