mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 14:29:44 +08:00
group exceptions to 2 types: failure and error
This commit is contained in:
@@ -3,9 +3,7 @@ import time
|
||||
import unittest
|
||||
|
||||
from httprunner import testcase
|
||||
from httprunner.exception import (ApiNotFound, FileFormatError,
|
||||
FileNotFoundError, ParamsError,
|
||||
SuiteNotFound)
|
||||
from httprunner.exception import ApiNotFound, ParamsError, SuiteNotFound
|
||||
from httprunner.testcase import TestcaseLoader
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user