mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
bump version to v4.0.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
__version__ = "v4.0.0-beta"
|
||||
__version__ = "v4.0.0"
|
||||
__description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
from httprunner.config import Config
|
||||
|
||||
@@ -33,7 +33,7 @@ pytest_files_made_cache_mapping: Dict[Text, Text] = {}
|
||||
pytest_files_run_set: Set = set()
|
||||
|
||||
__TEMPLATE__ = jinja2.Template(
|
||||
"""# NOTE: Generated By HttpRunner v{{ version }}
|
||||
"""# NOTE: Generated By HttpRunner {{ version }}
|
||||
# FROM: {{ testcase_path }}
|
||||
|
||||
{% if imports_list and diff_levels > 0 %}
|
||||
|
||||
Reference in New Issue
Block a user