This commit is contained in:
debugtalk
2018-03-09 15:49:37 +08:00
parent 06ccff9be1
commit dccfe4aaf1
3 changed files with 3 additions and 3 deletions

View File

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