B
Belorion
I sarted using test/unit today, and have a quick question that wasn't
answered by a quick google:
Right now (ruby 1.8.1) if one of my assertions fail, my test termiates
early to report the error. Is it possible to have it complete *all*
tests, and then give a report at the end? I have some bugs whose
nature may be better elucidated if I can see the results of the other
tests.
Obviously, I can go in and comment out the failed tests so as to
ensure the others are reached, but this seems like the hard way...
Thanks,
Matt
answered by a quick google:
Right now (ruby 1.8.1) if one of my assertions fail, my test termiates
early to report the error. Is it possible to have it complete *all*
tests, and then give a report at the end? I have some bugs whose
nature may be better elucidated if I can see the results of the other
tests.
Obviously, I can go in and comment out the failed tests so as to
ensure the others are reached, but this seems like the hard way...
Thanks,
Matt