change: relocate make

This commit is contained in:
debugtalk
2020-05-28 20:20:13 +08:00
parent 2a14e1b8db
commit 7107c536dc
3 changed files with 6 additions and 5 deletions
@@ -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):