Closed
Description
Nose prints a ton of useless garbage when a test fails. One or two failing tests cause my CMD buffer to fill up with useless VCR output and actually prevents me from see the exception that caused the failure!
- separate the HTTP requests and responses with other logs
- group the HTTP requests and responses with corresponding command invocation.
- Don't print the VCR debugging--or move it to a separate file. This is only useful if you want to figure out why requests are being matched (which is usually not the issue).
Update: per discussion with @tjprescott the requirement is changed.
Print the command where the test fails.