haro-users@lists.pharo.org
Subject: Re: [Pharo-users] Categorizing tests according to test result
Hi Mohammad,
You can take a look at TestResult>>historyFor:
Why are you generating unit tests as code with a script? And why do you have
many failing tests?
Stephan
Hi Mohammad,
You can take a look at TestResult>>historyFor:
Why are you generating unit tests as code with a script? And why do you have
many
failing tests?
Stephan
Hello all.
I am using the SUnit framework and I have made a script to generate tests and I
have more than 5000 tests. I want to know if there is a way I can categorize
the tests into Passin Failing and Error categories without having to do that
manually. I want to late file out all the passing