change class name, TestRunner -> Runner

This commit is contained in:
httprunner
2017-07-03 16:03:37 +08:00
parent e57e5d547c
commit efb3890973
5 changed files with 6 additions and 6 deletions

View File

@@ -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)