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

Improve standard logger by printing stack on error #81

Merged
merged 4 commits into from
Jul 18, 2021

Conversation

Aboisier
Copy link
Collaborator

@Aboisier Aboisier commented Jul 18, 2021

Purpose

This is an improvement to the standard reporter. The stack is now printed when a test fails. The test suite names are also displayed in bold now.

This fixes #79 .

Approach

Added the stack to the FailedTestReport so the LoggerTestReporterDecorator could print it.

stack-demo

@Aboisier Aboisier merged commit eef2c0a into main Jul 18, 2021
@Aboisier Aboisier deleted the feature/logging-improvement branch July 18, 2021 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exceptions are swallowed, and there is no way to see the line number where they are thrown.
1 participant