mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 05:49:40 +08:00
rename package name from ate to httprunner
This commit is contained in:
@@ -2,8 +2,8 @@ import os
|
||||
import time
|
||||
import unittest
|
||||
|
||||
from ate import testcase
|
||||
from ate.exception import ApiNotFound, FileFormatError, ParamsError
|
||||
from httprunner import testcase
|
||||
from httprunner.exception import ApiNotFound, FileFormatError, ParamsError
|
||||
|
||||
|
||||
class TestcaseParserUnittest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user