tests: Revert "Python Tests: Make VppTestCase unit testable."
Type: test
This reverts commit 087c811b63
.
Change-Id: Ica12597f27d5a75c33c12c2d27a227dc4866adcb
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Ole Trøan

parent
0c6293230d
commit
8b2fffd93f
@ -1172,11 +1172,6 @@ class VppTestCase(unittest.TestCase):
|
|||||||
|
|
||||||
return rx
|
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):
|
def get_testcase_doc_name(test):
|
||||||
return getdoc(test.__class__).splitlines()[0]
|
return getdoc(test.__class__).splitlines()[0]
|
||||||
|
Reference in New Issue
Block a user