使用httprunner进行接口自动化
web_ui测试框架
djangorestframework学习
新闻系统,使用drf
djcelery学习代码
镜像:https://scaffrey.coding.net/p/hosts/git / https://git.qvq.network/googlehosts/hosts
Record learning status
1.5.11 后就不支持 test 中写 parameters 了
你好!能不能把 model 发我看看。491395033@qq.com
你上面说:参数中可以使用 ${}引用参数管理中的参数,只要有 ${}格式的,都会先去参数管理中更新下该参数值。 那么问题:是这么写吗 $ {"username": "John","password": ""},然后代码执行逻辑是先去更新 username 和 password 的值?