bugfix: handle when testcase failed

This commit is contained in:
debugtalk
2018-02-26 11:19:58 +08:00
parent 89a1a35629
commit a75f73c60f
3 changed files with 17 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ class TestCase(unittest.TestCase):
super(TestCase, self).__init__()
self.test_runner = test_runner
self.testcase_dict = testcase_dict
self.meta_data = {}
def runTest(self):
""" run testcase and check result.