feat: get raw testcase model from pytest file

This commit is contained in:
debugtalk
2020-06-03 21:36:05 +08:00
parent f03f9003f9
commit b06978e8ee
2 changed files with 8 additions and 1 deletions

View File

@@ -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