mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 03:37:37 +08:00
rename excpetion module to exceptions
This commit is contained in:
@@ -3,7 +3,7 @@ import time
|
||||
import unittest
|
||||
|
||||
from httprunner import testcase
|
||||
from httprunner.exception import ApiNotFound, ParamsError, SuiteNotFound
|
||||
from httprunner.exceptions import ApiNotFound, ParamsError, SuiteNotFound
|
||||
from httprunner.testcase import TestcaseLoader
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user