mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 00:07:34 +08:00
feat: add exception SummaryEmpty
This commit is contained in:
@@ -74,3 +74,8 @@ class ApiNotFound(NotFoundError):
|
||||
|
||||
class TestcaseNotFound(NotFoundError):
|
||||
pass
|
||||
|
||||
|
||||
class SummaryEmpty(MyBaseError):
|
||||
""" test result summary data is empty
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user