add:sql and thrift as step

This commit is contained in:
duanchao.bill
2022-04-26 17:59:20 +08:00
parent 9a0ffa9802
commit 4b9433fa72
9 changed files with 575 additions and 65 deletions

View File

@@ -86,3 +86,7 @@ class TestcaseNotFound(NotFoundError):
class SummaryEmpty(MyBaseError):
"""test result summary data is empty"""
class SqlMethodNotSupport(MyBaseError):
pass