]> granicus.if.org Git - python/commit
Merged revisions 72905 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Mon, 25 May 2009 00:51:58 +0000 (00:51 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 25 May 2009 00:51:58 +0000 (00:51 +0000)
commit14a3dd716d2da4158739e502e8af8ef12e944cac
treeb38d876499ded8041f9df25a9e6e369845c7556d
parentdb31d75eb14174e4206f0dee12705ffb0d824e77
Merged revisions 72905 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72905 | benjamin.peterson | 2009-05-24 19:48:58 -0500 (Sun, 24 May 2009) | 4 lines

  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