bugfix: handle when testcase failed

This commit is contained in:
httprunner
2018-02-26 11:19:58 +08:00
parent 02bc5d5f0f
commit b160c1af34
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.