change class name, TestRunner -> Runner

This commit is contained in:
debugtalk
2017-07-03 16:03:37 +08:00
parent f6477fd6be
commit 6887bb7c08
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)