rename excpetion module to exceptions

This commit is contained in:
httprunner
2018-07-25 10:52:16 +08:00
parent e6a834c6c6
commit 3c17aa649c
15 changed files with 94 additions and 94 deletions

View File

@@ -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