feat: make testsuite and run testsuite

This commit is contained in:
debugtalk
2020-05-18 19:38:39 +08:00
parent bd71a23843
commit 5b7bcea3d0
10 changed files with 283 additions and 29 deletions

View File

@@ -44,6 +44,10 @@ class TestCaseFormatError(MyBaseError):
pass
class TestSuiteFormatError(MyBaseError):
pass
class ParamsError(MyBaseError):
pass