summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_check.py
Commit message (Collapse)AuthorAgeFilesLines
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-151-0/+31
| | | | Patch by Marc Abramowitz.
* Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-181-4/+2
|
* Add tests for Unicode handling in distutils’ check and register (#13114)Éric Araujo2011-10-091-2/+11
|
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-7/+7
|
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-061-1/+2
|
* Merged revisions 71674 via svnmerge fromTarek Ziadé2009-04-171-9/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71674 | tarek.ziade | 2009-04-17 16:29:56 +0200 (Fri, 17 Apr 2009) | 1 line DistutilsSetupError was not raised when one single warning occured ........
* Merged revisions 71478 via svnmerge fromTarek Ziadé2009-04-111-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71478 | tarek.ziade | 2009-04-11 17:14:17 +0200 (Sat, 11 Apr 2009) | 1 line testing a full check case ........
* Merged revisions 71473 via svnmerge fromTarek Ziadé2009-04-111-0/+92
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71473 | tarek.ziade | 2009-04-11 16:55:07 +0200 (Sat, 11 Apr 2009) | 1 line #5732: added the check command into Distutils ........