handle_req_data: sort data with keys if request data is json type

This commit is contained in:
debugtalk
2017-06-24 11:19:20 +08:00
parent d5e02d3319
commit db68c394e8
5 changed files with 24 additions and 6 deletions

View File

@@ -35,3 +35,4 @@ Python `2.7`, `3.3`, `3.4`, `3.5`, and `3.6`.
- [《接口自动化测试的最佳工程实践ApiTestEngine](http://debugtalk.com/post/ApiTestEngine-api-test-best-practice/)
- [《ApiTestEngine 演化之路0开发未动测试先行》](http://debugtalk.com/post/ApiTestEngine-0-setup-CI-test/)
- [《ApiTestEngine 演化之路1搭建基础框架》](http://debugtalk.com/post/ApiTestEngine-1-setup-basic-framework/)