This commit is contained in:
2019-02-23 22:52:06 +01:00
parent e6f58153ef
commit b5497ab517
7 changed files with 51 additions and 109 deletions

View File

@ -336,7 +336,7 @@ forbidden_owners = (owners.default, owners.forced)
# ____________________________________________________________
class Undefined(object):
def __str__(self):
def __str__(self): # pragma: no cover
return 'Undefined'
__repr__ = __str__
@ -739,7 +739,7 @@ class Settings(object):
was present
"""
config_bag = option_bag.config_bag
if not config_bag.properties:
if not config_bag.properties: # pragma: no cover
return
properties = self.calc_raises_properties(option_bag.properties,
config_bag.properties,