How to discover which test fails (pharo 2.0)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to discover which test fails (pharo 2.0)

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 the good old dialogs with all the failing tests.
Is there a way, in the configuration, to have them back?

TIA
Davide
Reply | Threaded
Open this post in threaded view
|

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

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

On 2013-11-20, at 16:43, Davide Varvello <[hidden email]> 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.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


signature.asc (457 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

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

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 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
Reply | Threaded
Open this post in threaded view
|

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

Davide Varvello
So, is there no way to enable the old warning dialogs?
Davide