summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
* A fix for running unittest tests on platforms without the audioop module ↵Michael Foord2010-03-271-14/+6
| | | | (e.g. jython and IronPython)
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+1294