possibility to reset a value

This commit is contained in:
gwen 2012-06-29 10:46:44 +02:00
parent 99b117e838
commit 97b000bf1d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def test_base_config():
dm = cfg.unwrap_from_path('dummy')
assert dm._name == 'dummy'
def test_toto():
def test_reset_value():
descr = make_description()
cfg = Config(descr)
assert cfg.gc.dummy == False