commit | b05ac864f048bfeb184e93be71aebd6223a76eec | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 25 14:56:46 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 25 14:56:46 2012 +0200 |
tree | 962db75f0fc559bb47ae45601295cd18bd8f7fdf | |
parent | c2ad0aa9f1bc89e6da38f81af9ca05e921fa725c [diff] |
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).