summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_uninstall.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up mocking of stdout and stdin in tests.?ric Araujo2011-11-121-7/+2
* Clean up some idioms in tests.?ric Araujo2011-11-121-7/+1
* Fix return code of ?pysetup run COMMAND? (closes #12222)?ric Araujo2011-10-061-14/+16
* Minor: improve one test name, address pyflakes warnings?ric Araujo2011-10-061-6/+4
* Add test that was promised in a comment but not actually written?ric Araujo2011-10-061-2/+7
* Fix incorrect test.?ric Araujo2011-10-061-2/+3
* Change one name in test_uninstall to avoid confusion.?ric Araujo2011-10-061-12/+12
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-30/+71
* fix pysetup testsTarek Ziade2011-03-131-1/+1
* [mq]: commandlineTarek Ziade2011-02-201-8/+3
* raise if the distribution is not found. also disable cache for testingGael Pasgrimaud2011-01-291-0/+7
* first implementation of the remove() methodGael Pasgrimaud2011-01-291-0/+86