mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-16 13:19:39 +08:00
remove return from _run_test
This commit is contained in:
@@ -15,7 +15,7 @@ class ApiTestCase(unittest.TestCase):
|
||||
def runTest(self):
|
||||
""" run testcase and check result.
|
||||
"""
|
||||
self.assertTrue(self.test_runner._run_test(self.testcase_dict))
|
||||
self.test_runner._run_test(self.testcase_dict)
|
||||
|
||||
class ApiTestSuite(unittest.TestSuite):
|
||||
""" create test suite with a testset, it may include one or several testcases.
|
||||
|
||||
Reference in New Issue
Block a user