Re: [Pharo-users] How to discover which test fails (pharo 2.0)

2013-11-25 Thread Davide Varvello
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-tp4723744p4725002.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] How to discover which test fails (pharo 2.0)

2013-11-20 Thread Davide Varvello
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

Re: [Pharo-users] How to discover which test fails (pharo 2.0)

2013-11-20 Thread Camillo Bruni
The TestRunner is usually a better choice in this case, no? WorldMenu / TestRunner On 2013-11-20, at 16:43, Davide Varvello 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 t

[Pharo-users] How to discover which test fails (pharo 2.0)

2013-11-20 Thread Davide Varvello
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 t