test: add test for ResponseObject, #948

This commit is contained in:
debugtalk
2020-06-29 19:08:39 +08:00
parent 880a4e9e4a
commit 62f0544aaf
3 changed files with 43 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- fix: missing setup/teardown hooks for referenced testcase
- fix: compatibility for `black` on Android termux that does not support multiprocessing well
- fix: mishandling of request header `Content-Length` for GET method
- fix: validate with jmespath containing variable or function, e.g. `body.locations[$index].name`
**Changed**