我正在使用Tavern测试我的REST端点。基本上,我所做的就是执行一个GET请求,尝试保存响应,然后将该响应的一部分用于后续的更新测试。# test_.tavern.yaml file
test_name: Get Rules by ServiceCode - name: Get Rules by a此方法适用于Tavern 0.34.0,但不适用于1.0.0。对于1.0.0,您将如何做到这一点?scenario/test_.tavern.yaml::Insert Rules
assert "link" in response_datatest_create_and_get_the_book.tavern.yaml/home/subhayan/Codes/mongo-based-book-store-fastapi/tests/integration/test_create_and_get_the_book.tavern.yaml:dict_util.py:45 Fo
我已经使用pip install tavern安装了一个名为tavern的python包,安装后它没有将包添加到路径中,当我在shell中输入tavern I end with this err zsh: permission denied: /Users/divyanshurawat/Library/Python/2.7/lib/python/site-packages/tavern时,我手动将其添加到路径中因此,我尝试在以下命令的