mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 20:27:36 +08:00
rename function name: _run_test => run_test
This commit is contained in:
@@ -16,7 +16,7 @@ class TestCase(unittest.TestCase):
|
||||
def runTest(self):
|
||||
""" run testcase and check result.
|
||||
"""
|
||||
self.test_runner._run_test(self.testcase_dict)
|
||||
self.test_runner.run_test(self.testcase_dict)
|
||||
|
||||
class TestSuite(unittest.TestSuite):
|
||||
""" create test suite with a testset, it may include one or several testcases.
|
||||
|
||||
Reference in New Issue
Block a user