Re: [Pharo-users] skipping whole class

2015-07-01 Thread Peter Uhnák
Of course... thanks :) Peter On Wed, Jul 1, 2015 at 6:44 PM, Camille wrote: > > > On 01 Jul 2015, at 18:24, Peter Uhnák wrote: > > > > Is it possible to skip whole class from testing? > > I could do "self skip" for individual methods, but the problems arise > even in setUp so I would like to s

Re: [Pharo-users] skipping whole class

2015-07-01 Thread Camille
> On 01 Jul 2015, at 18:24, Peter Uhnák wrote: > > Is it possible to skip whole class from testing? > I could do "self skip" for individual methods, but the problems arise even in > setUp so I would like to stop the whole class from being tested. Is that > possbile? Yes it is: put a “self ski

[Pharo-users] skipping whole class

2015-07-01 Thread Peter Uhnák
Is it possible to skip whole class from testing? I could do "self skip" for individual methods, but the problems arise even in setUp so I would like to stop the whole class from being tested. Is that possbile? Thanks, Peter