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:
Paul Vinciguerra
2019-12-02 13:12:56 -05:00
committed by Ole Trøan
parent 0c6293230d
commit 8b2fffd93f

View File

@ -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]