adjust code structure

This commit is contained in:
httprunner
2017-09-22 11:48:29 +08:00
parent 6ef46224f6
commit 834600bb41
3 changed files with 133 additions and 86 deletions

View File

@@ -27,3 +27,6 @@ class VariableNotFound(NameError):
class ApiNotFound(NameError):
pass
class SuiteNotFound(NameError):
pass