summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_clean.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-46/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* Minor tweak to packaging tests.Éric Araujo2011-11-061-2/+0
| | | | | | | | | | When an option is changed on a command object, calling ensure_finalized for a second time will not run finalize_options again, because ensure_finalized is a no-op the second time. By resetting the finalized attribute, we can be sure that whatever computation takes place in finalize_options will happen again. (In test_command_clean, I removed two lines that were a no-op.)
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-1/+1
| | | | | | | | - Use os.makedirs (I had forgotten about it!) - Let TempdirManager.write_file call os.path.join for us - Remove custom command added by test_dist - Use a skip instead of hiding a method with an underscore - Address pyflakes warnings
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+48