feat: add exception SummaryEmpty

This commit is contained in:
debugtalk
2019-12-24 23:06:39 +08:00
parent 9bd5f62705
commit 9c8f8327ea
3 changed files with 11 additions and 0 deletions

View File

@@ -74,3 +74,8 @@ class ApiNotFound(NotFoundError):
class TestcaseNotFound(NotFoundError):
pass
class SummaryEmpty(MyBaseError):
""" test result summary data is empty
"""