Closed wallrj closed 4 years ago
I tried decorating a testtools.TestCase with testtools.skipIf and the tests in that class still ran.
testtools.TestCase
testtools.skipIf
I'll try and provide a simple test to reproduce the problem.
See also https://bugs.launchpad.net/testtools/+bug/1529047
I tried decorating a
testtools.TestCase
withtesttools.skipIf
and the tests in that class still ran.I'll try and provide a simple test to reproduce the problem.