Re: [Pharo-project] Autotest enhancement suggestions

2010-06-28 Thread laurent laffont
On Mon, Jun 28, 2010 at 12:42 AM, Benoit St-Jean wrote: > Added removal support for Autotest. > > FileOut file included. > Thank you. Would you like to write a test for it ? See AutotestTestListener>>#testCallbackOnAddedMethod and #testCallbackOnModifiedMethod. Don't hesitate to commit direct

Re: [Pharo-project] Autotest enhancement suggestions

2010-06-28 Thread laurent laffont
On Mon, Jun 28, 2010 at 12:21 AM, Benoit St-Jean wrote: > Hi Laurent, > > I have been playing with the Autotest tool and it's quite cool! > Thank you ! One major enhancement suggestion. > > Let's say we have a test method defined as such: > > testWhatever > ^self somethingElse or: [self tes

Re: [Pharo-project] Autotest enhancement suggestions

2010-06-27 Thread Benoit St-Jean
Added removal support for Autotest. FileOut file included. - Benoit St-Jean A standpoint is an intellectual horizon of radius zero. (Albert Einstein) _ MSN Dating: Find someon

[Pharo-project] Autotest enhancement suggestions

2010-06-27 Thread Benoit St-Jean
Hi Laurent, I have been playing with the Autotest tool and it's quite cool! One major enhancement suggestion. Let's say we have a test method defined as such: testWhatever ^self somethingElse or: [self testSomethingDifferent]. Removing the method #somethingElse or #testSomethingDifferent fr