diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/framework.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/framework.py b/test/framework.py index 80e66a25549..cffad835b5a 100644 --- a/test/framework.py +++ b/test/framework.py @@ -1172,11 +1172,6 @@ class VppTestCase(unittest.TestCase): return rx - def runTest(self): - """ unittest calls runTest when TestCase is instantiated without a - test case. Use case: Writing unittests against VppTestCase""" - pass - def get_testcase_doc_name(test): return getdoc(test.__class__).splitlines()[0] |