mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 12:37:35 +08:00
runner: rename method name
This commit is contained in:
@@ -14,7 +14,7 @@ class ApiTestCase(unittest.TestCase):
|
||||
def runTest(self):
|
||||
""" run testcase and check result.
|
||||
"""
|
||||
self.assertTrue(self.test_runner.run_test(self.testcase))
|
||||
self.assertTrue(self.test_runner._run_test(self.testcase))
|
||||
|
||||
class ApiTestSuite(unittest.TestSuite):
|
||||
""" create test suite with a testset, it may include one or several testcases.
|
||||
|
||||
Reference in New Issue
Block a user