Hi folks. One of my tasks while creating the dev images is to run all the tests and analyze the errors and failures. TestRunner list the results (failures and errors) at the end. I would like it to update show and update the TestRunner UI. Why ? Because if it shows me the errors and failures while they happen, I can take the same image, open it again, and start to analyze them. And I don't have to wait until de end…
Can someone help me with this? what do you think ? Thanks Mariano _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
the idea is that adrian proposed to have a testcase acting as an announcer and the testRunner listening
So I would start there. On Jul 20, 2010, at 3:15 PM, Mariano Martinez Peck wrote: > Hi folks. One of my tasks while creating the dev images is to run all the tests and analyze the errors and failures. TestRunner list the results (failures and errors) at the end. I would like it to update show and update the TestRunner UI. Why ? Because if it shows me the errors and failures while they happen, I can take the same image, open it again, and start to analyze them. And I don't have to wait until de end… > > Can someone help me with this? what do you think ? > > Thanks > > Mariano > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Mariano,
I don't know if this is at all responsive to your problem (certainly not to your question<g>), but I noticed long ago that even Dolphin's SUnit Browser (which is much nicer than that the TestRunner) is a great UI for getting an overall picture of which tests are failing, and quite poor for fixing problems. If I think everything might be passing, I use the GUI tools; if I know something is wrong, I run tests programmatically so that the debugger just magically does the right thing when something goes wrong. FWIW. Bill ________________________________________ From: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]] Sent: Tuesday, July 20, 2010 12:22 PM To: [hidden email] Subject: Re: [Pharo-project] Can TestRunner notify failures and errors while they happen? the idea is that adrian proposed to have a testcase acting as an announcer and the testRunner listening So I would start there. On Jul 20, 2010, at 3:15 PM, Mariano Martinez Peck wrote: > Hi folks. One of my tasks while creating the dev images is to run all the tests and analyze the errors and failures. TestRunner list the results (failures and errors) at the end. I would like it to update show and update the TestRunner UI. Why ? Because if it shows me the errors and failures while they happen, I can take the same image, open it again, and start to analyze them. And I don't have to wait until de end… > > Can someone help me with this? what do you think ? > > Thanks > > Mariano > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |