tavern Questions
3
I am running pytest with tavern for a small testing API project.
Failing a test, throws me a bunch of verbose errors plus the response I am expecting to get (why it failed). How can I make pytest l...
1
Solved
Using Tavern and trying to run tavern-ci against this yaml:
test_name: tavern poc
- name: list
request:
url: https://xxx.xxx.xxx.us/api/v3/institutions/
method: GET
response:
status_code: 2...
1
© 2022 - 2024 — McMap. All rights reserved.