How to discover which test fails (pharo 2.0)
Hi! I'm on Pharo 2.0. When I run a bunch of tests I usually select a lot of packages from Nautilus and click cmd-t to run them, but unfortunately if one test fails, only a yellow box in the lower left appears and it's time consuming to look for which test fails in which package. I'd love to have the good old dialogs with all the failing tests. Is there a way, in the configuration, to have them back? TIA Davide -- View this message in context: http://forum.world.st/How-to-discover-which-test-fails-pharo-2-0-tp4723744.h... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
The TestRunner is usually a better choice in this case, no? WorldMenu / TestRunner On 2013-11-20, at 16:43, Davide Varvello <varvello@yahoo.com> wrote:
Hi!
I'm on Pharo 2.0. When I run a bunch of tests I usually select a lot of packages from Nautilus and click cmd-t to run them, but unfortunately if one test fails, only a yellow box in the lower left appears and it's time consuming to look for which test fails in which package. I'd love to have the good old dialogs with all the failing tests. Is there a way, in the configuration, to have them back?
TIA Davide
-- View this message in context: http://forum.world.st/How-to-discover-which-test-fails-pharo-2-0-tp4723744.h... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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
-- View this message in context: http://forum.world.st/How-to-discover-which-test-fails-pharo-2-0-tp4723744p4... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
So, is there no way to enable the old warning dialogs? Davide -- View this message in context: http://forum.world.st/How-to-discover-which-test-fails-pharo-2-0-tp4723744p4... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (2)
-
Camillo Bruni -
Davide Varvello