mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-08 22:13:13 +08:00
use httprunner/cli.py as debugging entrances
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from unittest.case import SkipTest
|
||||
|
||||
from . import exception, logger, response, testcase, utils
|
||||
from .client import HttpSession
|
||||
from .context import Context
|
||||
from httprunner import exception, logger, response, testcase, utils
|
||||
from httprunner.client import HttpSession
|
||||
from httprunner.context import Context
|
||||
|
||||
|
||||
class Runner(object):
|
||||
|
||||
Reference in New Issue
Block a user