vcrpy icon indicating copy to clipboard operation
vcrpy copied to clipboard

Added assertion message for only the new request

Open cgorshing opened this issue 4 years ago • 2 comments

I'd like to have something displayed as an error message when the body fails to match. Just having the request alone is beneficial enough for me (in case there might be issues with showing both requests).

cgorshing avatar Oct 13 '20 20:10 cgorshing

Did you try turning on the debug logging? This should have more information when the request fails to match:

https://github.com/kevin1024/vcrpy/blob/master/docs/debugging.rst

kevin1024 avatar Jul 27 '21 19:07 kevin1024

If so - is there any way to add this additional information, but only with debug logging turned on?

kevin1024 avatar Jul 27 '21 19:07 kevin1024