format code

This commit is contained in:
debugtalk
2020-07-06 11:07:38 +08:00
parent 134f3c6fb3
commit d71591f170
6 changed files with 110 additions and 62 deletions

View File

@@ -1,10 +1,16 @@
# Release History
## 3.1.3 (2020-06-30)
## 3.1.3 (2020-07-06)
**Added**
- feat: implement `parameters` feature
**Fixed**
- fix: validate with variable or function whose evaluation result is "" or not text
- fix: raise TestCaseFormatError if teststep validate invalid
- fix: raise TestCaseFormatError if ref testcase is invalid
## 3.1.2 (2020-06-29)