Marcus Denker-4 wrote
> Removing the Ocompletion (for a while) would make it much easier…
I can live without it for a while, especially if we can plug it back in at
the end!
-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
On Fri, 21 Jun 2019 at 12:43, K K Subbu wrote:
> Nice graph, Ben! The larger test names (selector size > 100) look more
> like sentences than names ;-).
>
> On 21/06/19 6:50 AM, Ben Coman wrote:
> > classes := Object allSubclasses select: [ :cc | cc isKindOf:
> > TestCase class ].
> > met