docs: update changelog and example tests

This commit is contained in:
debugtalk
2020-06-03 18:48:56 +08:00
parent 06912b75b1
commit b11d2b349d
8 changed files with 125 additions and 251 deletions

View File

@@ -1,12 +1,23 @@
# Release History
## 3.0.7 (2020-06-01)
## 3.0.7 (2020-06-03)
**Added**
- feat: make pytest files in chain style
**Fixed**
- fix: convert jmespath.search result to int/float unintentionally
- fix: referenced testcase should not be run duplicately
- fix: requests.cookies.CookieConflictError, multiple cookies with name
- fix: missing exit code from pytest
- fix: skip invalid testcase/testsuite yaml/json file
**Changed**
- change: generate pytest in chain style by default
- docs: update sponsor info
## 3.0.6 (2020-05-29)