diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-02 13:12:56 -0500 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-12-05 14:55:55 +0000 |
commit | 8b2fffd93f5f42ae35b0843c8a95681a13c84e90 (patch) | |
tree | 162422bfe59b1132ef86256b06ed6f8a9f41342b /test/framework.py | |
parent | 0c6293230d480b899cab0de28887a3bbc4b82f56 (diff) |
tests: Revert "Python Tests: Make VppTestCase unit testable."
Type: test
This reverts commit 087c811b63aa6b0575149749e188bb37e7fb0513.
Change-Id: Ica12597f27d5a75c33c12c2d27a227dc4866adcb
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/framework.py')
-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] |