mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
docs: update changelog
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
- fix: compatibility with testcase file path includes dots and space
|
- fix: compatibility with testcase file path includes dots and space
|
||||||
- fix: testcase generator, validate content.xxx => body.xxx
|
- fix: testcase generator, validate content.xxx => body.xxx
|
||||||
|
- fix: scaffold for v3
|
||||||
|
|
||||||
## 3.0.2 (2020-05-16)
|
## 3.0.2 (2020-05-16)
|
||||||
|
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ teststeps:
|
|||||||
name: request with referenced testcase
|
name: request with referenced testcase
|
||||||
variables:
|
variables:
|
||||||
foo1: override_bar1
|
foo1: override_bar1
|
||||||
|
# NOTICE: relative testcase path based on debugtalk.py
|
||||||
testcase: testcases/demo_testcase_request.yml
|
testcase: testcases/demo_testcase_request.yml
|
||||||
"""
|
"""
|
||||||
ignore_content = "\n".join(
|
ignore_content = "\n".join(
|
||||||
|
|||||||
Reference in New Issue
Block a user