diff options
Diffstat (limited to 'xtesting/core')
-rw-r--r-- | xtesting/core/testcase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/core/testcase.py b/xtesting/core/testcase.py index c548a2a8..c89e4c88 100644 --- a/xtesting/core/testcase.py +++ b/xtesting/core/testcase.py @@ -27,7 +27,7 @@ __author__ = "Cedric Ollivier <cedric.ollivier@orange.com>" @six.add_metaclass(abc.ABCMeta) -class TestCase(object): +class TestCase(): # pylint: disable=too-many-instance-attributes """Base model for single test case.""" |