Merge branch 'master' into bugfix

This commit is contained in:
debugtalk
2018-08-09 14:43:17 +08:00
committed by GitHub
21 changed files with 1519 additions and 1294 deletions

View File

@@ -50,8 +50,5 @@ class VariableNotFound(NotFoundError):
class ApiNotFound(NotFoundError):
pass
class SuiteNotFound(NotFoundError):
pass
class TestcaseNotFound(NotFoundError):
pass