mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 15:27:35 +08:00
fix: ensure generated conftest.py located in generated pytest folder
This commit is contained in:
@@ -153,9 +153,7 @@ class TestCompat(unittest.TestCase):
|
||||
compat.ensure_cli_args(args2),
|
||||
["examples/postman-echo/request.methods/hardcode.yml"],
|
||||
)
|
||||
self.assertTrue(
|
||||
os.path.isfile("examples/postman_echo/request_methods/conftest.py")
|
||||
)
|
||||
self.assertTrue(os.path.isfile("examples/postman_echo/conftest.py"))
|
||||
|
||||
args3 = [
|
||||
"examples/postman-echo/request.methods/hardcode.yml",
|
||||
|
||||
Reference in New Issue
Block a user