mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-20 07:40:32 +08:00
feat: get raw testcase model from pytest file
This commit is contained in:
@@ -24,7 +24,7 @@ make_files_cache_set: Set = set()
|
||||
pytest_files_set: Set = set()
|
||||
|
||||
__TEMPLATE__ = jinja2.Template(
|
||||
"""# NOTICE: Generated By HttpRunner. DO NOT EDIT!
|
||||
"""# NOTICE: Generated By HttpRunner.
|
||||
# FROM: {{ testcase_path }}
|
||||
{% if imports_list %}
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user