History log of /external/python/cpython2/Lib/unittest/suite.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8faa20751d893443e6927c4e18c1cd0b26455994 17-Mar-2011 Michael Foord <michael@python.org> Issue #10979. unittest stdout buffering now works for class and module fixtures.
/external/python/cpython2/Lib/unittest/suite.py
5657ff8aa0aa9d53f92fc11cc2d4b7e23f5cb95a 19-Dec-2010 Michael Foord <fuzzyman@voidspace.org.uk> Improvement to fix for issue 9926 to allow TestResult to be reused.
/external/python/cpython2/Lib/unittest/suite.py
e5dc24e874da603d29d1e15035e38dd28e72a39f 01-Nov-2010 Michael Foord <fuzzyman@voidspace.org.uk> Merged revisions 86101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86101 | michael.foord | 2010-11-01 21:09:03 +0000 (Mon, 01 Nov 2010) | 1 line

Fix issue 9926. TestSuite subclasses that override __call__ are called correctly.
........
/external/python/cpython2/Lib/unittest/suite.py
33958b87f289068dfb0b4f41df8548cbf57a9eec 10-Jun-2010 Michael Foord <fuzzyman@voidspace.org.uk> Fix issue with nested test suites debug method and module setups. (unittest)
/external/python/cpython2/Lib/unittest/suite.py
0fedb28951034e0ee3c5cd4761257d85a5fd4da2 09-Jun-2010 Michael Foord <fuzzyman@voidspace.org.uk> Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug().
/external/python/cpython2/Lib/unittest/suite.py
db919f01884e8c93506db7d54325d4e68e61861b 05-Jun-2010 Michael Foord <fuzzyman@voidspace.org.uk> Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors.
/external/python/cpython2/Lib/unittest/suite.py
20e287caed7d2b11c12ed5e229901bc722663913 05-Jun-2010 Michael Foord <fuzzyman@voidspace.org.uk> Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error.
/external/python/cpython2/Lib/unittest/suite.py
9c164af6c35cc0a0b21162d74bd7ea572731ed2c 08-May-2010 Michael Foord <fuzzyman@voidspace.org.uk> unittest: issue 8301. Adding functions to test suites no longer crashes.
/external/python/cpython2/Lib/unittest/suite.py
b1aa30f94ded4e9d1094ec890758d913b8725085 22-Mar-2010 Michael Foord <fuzzyman@voidspace.org.uk> Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
/external/python/cpython2/Lib/unittest/suite.py
5ffa325a82b89a7b79d779b32a4d9ad2ad91aadd 07-Mar-2010 Michael Foord <fuzzyman@voidspace.org.uk> Addition of setUpClass and setUpModule shared fixtures to unittest.
/external/python/cpython2/Lib/unittest/suite.py
b5d7400e8a62ebedb8575cca8cd777e29c230e91 28-Jan-2010 R. David Murray <rdmurray@bitdance.com> Change error report when the object passed to suite.addTest is not
callable to include the repr of the invalid object.
/external/python/cpython2/Lib/unittest/suite.py
e91ea56b307e026ba40140305d8f35f0e1c1143a 13-Sep-2009 Michael Foord <fuzzyman@voidspace.org.uk> Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
/external/python/cpython2/Lib/unittest/suite.py
d7b0eebcaea618c982eff7ed92054292b9281d1f 19-Jul-2009 Benjamin Peterson <benjamin@python.org> split unittest.py into a package
/external/python/cpython2/Lib/unittest/suite.py