Of course... thanks :)

Peter

On Wed, Jul 1, 2015 at 6:44 PM, Camille <camille.teruel@gmail.com> wrote:

> On 01 Jul 2015, at 18:24, Peter Uhn��k <i.uhnak@gmail.com> 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 skip��� in the setUp method :)

Camille

>
> Thanks,
> Peter