relocate TestcaseParser

This commit is contained in:
httprunner
2018-08-09 10:33:57 +08:00
parent 9a21b4a960
commit 9fe5d2e264
6 changed files with 610 additions and 611 deletions

View File

@@ -1,7 +1,7 @@
import os
import shutil
from httprunner import exceptions, loader, utils, validator
from httprunner import exceptions, loader, utils
from httprunner.compat import OrderedDict
from tests.base import ApiServerUnittest