Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up test failure output #2513

Closed
tjprescott opened this issue Mar 14, 2017 · 2 comments
Closed

Clean up test failure output #2513

tjprescott opened this issue Mar 14, 2017 · 2 comments

Comments

@tjprescott
Copy link
Member

tjprescott commented Mar 14, 2017

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.

@tjprescott tjprescott created this issue from a note in MS Graph (Backlog) Mar 14, 2017
@tjprescott
Copy link
Member Author

@troydai please address this one as soon as practical. It's a huge headache when the live tests pass locally and the info in the logs does not help.

@mayurid
Copy link
Member

mayurid commented May 19, 2017

@troydai moving to current sprint to close on this/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants