summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_install_data.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-4/+4
| | | | | | | | | | 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. ........
* Changed distutils tests to avoid environment alterationTarek Ziadé2009-10-181-0/+1
|
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-6/+6
|
* added test to the install_data commandTarek Ziadé2009-03-311-0/+75