testing-cabal / testtools

Testtools - tasteful testing for python
https://testtools.readthedocs.io/en/latest/
Other
95 stars 88 forks source link

testtools.skipIf doesn't work as a class decorator #205

Closed wallrj closed 4 years ago

wallrj commented 8 years ago

I tried decorating a testtools.TestCase with testtools.skipIf and the tests in that class still ran.

I'll try and provide a simple test to reproduce the problem.

jml commented 8 years ago

See also https://bugs.launchpad.net/testtools/+bug/1529047