mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-30 12:59:39 +08:00
rename function name: _run_test => run_test
This commit is contained in:
@@ -92,7 +92,7 @@ class Runner(object):
|
||||
if skip_reason:
|
||||
raise SkipTest(skip_reason)
|
||||
|
||||
def _run_test(self, testcase_dict):
|
||||
def run_test(self, testcase_dict):
|
||||
""" run single testcase.
|
||||
@param (dict) testcase_dict
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user