summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_clean.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some idioms in tests.?ric Araujo2011-11-121-5/+4
| | | | | | | | | | | - Use os.makedirs (I had forgotten about it!) - Let TempdirManager.write_file call os.path.join for us - Let TempdirManager.tearDown go back to the previous working directory for us - Use a skip instead of hiding a method with an underscore - Reset the finalized attribute of command objects before calling ensure_finalized a second time, so that it?s not a no-op - Address pyflakes warnings
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-7/+8
|
* Rename command's tests filenames to test_command_*, and install_tools.py to ↵Alexis Metaireau2010-10-041-0/+47
install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command)