relocate testcase parser

This commit is contained in:
httprunner
2018-08-05 11:46:27 +08:00
parent 9fc1c7fad3
commit c14964042a
11 changed files with 694 additions and 703 deletions

View File

@@ -2,7 +2,7 @@ import os
import time
import requests
from httprunner import exceptions, loader, response, runner, testcase
from httprunner import exceptions, loader, response, runner
from httprunner.context import Context
from httprunner.utils import gen_md5
from tests.base import ApiServerUnittest