summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-1/+2
| | | | | | | | - 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
* Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-191-2/+1
| | | | | | I need this for some tests, and it makes code clearer. This commit also changes some assertEqual calls to use (actual, expected) order and fix some pyflakes warnings.
* Cleaned up the installer output behavior.Tarek Ziade2011-05-301-2/+1
| | | | | | This change also makes sure the logger handlers are not alterated after an installation. That also fixes the remaining environment alteration issue in test_packaging.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+225