add testcase content check

This commit is contained in:
httprunner
2017-11-02 11:49:43 +08:00
parent d8630213f1
commit eac1173cd7
5 changed files with 92 additions and 6 deletions

View File

@@ -7,6 +7,9 @@ except NameError:
class MyBaseError(BaseException):
pass
class FileFormatError(MyBaseError):
pass
class ParamsError(MyBaseError):
pass