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

Multiple failures in Elixir 1.2 #8

Open
victorolinasc opened this issue Jan 12, 2016 · 0 comments
Open

Multiple failures in Elixir 1.2 #8

victorolinasc opened this issue Jan 12, 2016 · 0 comments

Comments

@victorolinasc
Copy link
Owner

I would like some feedback as to how we should handle multiple failures in one test.

As of Elixir 1.2, user of ExUnit can fire multiple failures in one test. This broke this library initially and @adrienmo pulled a fix (thanks a lot :D). The issue is that our solution is simply using the first failure when it receives a list of failures.

My worries about producing an XML with several failure nodes is with tools that consume this report. Will they break? They SHOULD NOT as it will still be valid XML, but not sure the results will be accounted.

Anyway, more feedback on this is much appreciated 👍

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

No branches or pull requests

1 participant