mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-22 17:00:17 +08:00
change class name, TestRunner -> Runner
This commit is contained in:
@@ -3,7 +3,7 @@ from ate.client import HttpSession
|
||||
from ate.context import Context
|
||||
|
||||
|
||||
class TestRunner(object):
|
||||
class Runner(object):
|
||||
|
||||
def __init__(self, base_url=None):
|
||||
self.client = HttpSession(base_url)
|
||||
|
||||
Reference in New Issue
Block a user