Skip to content

Clean up test failure output #2513

Closed
Closed
@tjprescott

Description

@tjprescott

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!

  1. separate the HTTP requests and responses with other logs
  2. group the HTTP requests and responses with corresponding command invocation.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions