Skip to content

Unify handling of failure reporting across reproters #487

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

Closed
jgebal opened this issue Sep 29, 2017 · 0 comments
Closed

Unify handling of failure reporting across reproters #487

jgebal opened this issue Sep 29, 2017 · 0 comments
Assignees
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Sep 29, 2017

We need to provide ut_test with methods for returning:

  • all expectations
  • failed expectations

This way, every reporter does not need to re-implement filtering of expectations.

We should also unify XUnit reporter, Sonar test reporter and Documentation reporter, so all provide similar/the same failure messages.

@jgebal jgebal added this to the v3.1.0 milestone Sep 29, 2017
jgebal added a commit that referenced this issue Oct 24, 2017
Resolves #499

Unified reporting of failures across reporters.
With that change, expectation results are only kept in `ut_test` for failed expectations.
XUnit reporter now reports also the line of the test where an expectation has failed.
Resolves #487
@jgebal jgebal self-assigned this Oct 24, 2017
@ghost ghost removed the in progress label Oct 24, 2017
@jgebal jgebal modified the milestones: v3.1.0, v3.0.4 Nov 3, 2017
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

1 participant