[Pharo-project] about test icons
Hi david I found a bug :) when you let the mouse over a class icon (showing some broken tests) DNU testMorePassedLabel Else if would be great that when we click on the icons we can rerun the test from there or debug them :) Stef
Hi Stef,
I found a bug :) when you let the mouse over a class icon (showing some broken tests) DNU testMorePassedLabel
Thanks, fixed now.
Else if would be great that when we click on the icons we can rerun the test from there or debug them :)
ok, I will implement this. David
Once we should really sit down and check all the David in the latest OBAlpha I could not create a package I got a iconsAt: DNU I had to create a package using MC (and closing OB) to create it. Stef On Dec 15, 2008, at 9:52 PM, David Röthlisberger wrote:
Hi Stef,
I found a bug :) when you let the mouse over a class icon (showing some broken tests) DNU testMorePassedLabel
Thanks, fixed now.
Else if would be great that when we click on the icons we can rerun the test from there or debug them :)
ok, I will implement this.
David
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Stef,
David in the latest OBAlpha I could not create a package I got a iconsAt: DNU
yeah, this is fixed (see my other mail to the list)
Else if would be great that when we click on the icons we can rerun the test from there or debug them :)
okay, this is done too. You can click on any "test not run" icon to automatically run the tests of this method, protocol or class. Maybe we should have icons for the test aggregation containers (protocol, class) that also show the percentage of not executed tests, not just of green/red? Because currently we get a green icon for a test class, even though we just might have executed one single test, while the others have not been executed. And yes, we should really consolidate all icons. Whenever you wish. David
participants (2)
-
David Röthlisberger -
Stéphane Ducasse