test_includehandler: Remove useless object inheritanc
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
parent
bc7aa5c694
commit
f60a8b4e6d
@ -59,7 +59,7 @@ def patch_open(component, string='', dictionary=None):
|
||||
del component.open
|
||||
|
||||
|
||||
class TestLoadConfig(object):
|
||||
class TestLoadConfig:
|
||||
def test_err_invalid_ext(self):
|
||||
# Test for invalid file extension:
|
||||
exception = includehandler.LoadConfigException
|
||||
@ -129,7 +129,7 @@ class TestLoadConfig(object):
|
||||
includehandler.load_config('x.yml')
|
||||
|
||||
|
||||
class TestGlobalIncludes(object):
|
||||
class TestGlobalIncludes:
|
||||
header = '''
|
||||
header:
|
||||
version: 5
|
||||
|
Loading…
Reference in New Issue
Block a user