]> granicus.if.org Git - python/commit
make class skipping decorators the same as skipping every test of the class
authorBenjamin Peterson <benjamin@python.org>
Mon, 25 May 2009 00:48:58 +0000 (00:48 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 25 May 2009 00:48:58 +0000 (00:48 +0000)
commit176a56c69b1563c4a8ac0d8f974b4271177c80ee
tree2ee2f564fad89e249f2eca908525af8bdee47e03
parenta7724e59e006e1ca0a12ae6fd2eeaf895833c297
make class skipping decorators the same as skipping every test of the class

This removes ClassTestSuite and a good bit of hacks.
Doc/library/unittest.rst
Lib/test/test_unittest.py
Lib/unittest.py
Misc/NEWS