On 2011-12-31 21:57, Jonathan M Davis wrote:
On Saturday, December 31, 2011 15:48:16 Jacob Carlborg wrote:
Yes but what happens when there are many failed tests, i.e. may
AssertErrors that have been thrown? It will just print all after each
other and you have to count them yourself if you want to know how many
failed tests there are?
What does the number of failures really matter? You just need to know which
ones failed and where. The AssertErrors give you that.
- Jonathan M Davis
It can be nice for statistics. And again, how will it be displayed, just
all AssertErrors after each other?
--
/Jacob Carlborg