coverage
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user