relocate TestcaseParser

This commit is contained in:
debugtalk
2018-08-09 10:33:57 +08:00
parent 85cdbb2665
commit 22066da9f0
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