change: relocate make

This commit is contained in:
debugtalk
2020-05-28 20:20:13 +08:00
parent f1ce02eb40
commit dfb989b991
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import unittest
from httprunner.ext.make import main_make, convert_testcase_path, make_files_cache_set
from httprunner.make import main_make, convert_testcase_path, make_files_cache_set
class TestLoader(unittest.TestCase):