Login  Register

Re: How to discover which test fails (pharo 2.0)

Posted by Davide Varvello on Nov 20, 2013; 5:15pm
URL: https://forum.world.st/How-to-discover-which-test-fails-pharo-2-0-tp4723744p4723802.html

Hmm, I think it is more comfortable to select packages and run all the tests.
Within the test runner you have to filter for packages than select all tests, than if you add a TestCase you have to mind to select it because the tool does not automatically add the new TestCase in the tests to run.

I think that select packages and hit test run is faster and cozy.
Davide

Camillo Bruni-3 wrote
The TestRunner is usually a better choice in this case, no?
WorldMenu / TestRunner