mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 22:27:36 +08:00
bugfix: handle when testcase failed
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user