update setup.py

This commit is contained in:
2016-03-10 14:50:27 +01:00
parent 3b872cb8c9
commit 8c733d5303
2 changed files with 12 additions and 9 deletions

View File

@ -171,3 +171,4 @@ def test_owner_masterslaves():
cfg.cfgimpl_get_values().setowner(c, owners.user, 0)
assert cfg.cfgimpl_get_values().getowner(c, 0) == owners.user
assert cfg.cfgimpl_get_values().getowner(c, 1) == owners.default
assert cfg.str == ['yes', None]