summaryrefslogtreecommitdiff
path: root/test_ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Meaningful message if corrupted setuptools.idgserpro2016-11-081-0/+16
| | | | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/563. Is not clear in ez_setup.py that it always uses a setuptools archive if already downloaded: although useful (and even used as a feature in buildout-bootstrap.py), it's hard for beginners that may have a corrupted ez_setup.py. So we just improve the error message, even showing the full path of the probably "corrupted" zip.
* That fixture passes the original dir, so set cwd separately.Jason R. Coombs2016-04-261-1/+4
|
* Re-use implementation as found in setuptools.test.fixturesJason R. Coombs2016-04-261-2/+2
|
* Add tests for ez_setup.pyJason R. Coombs2016-04-261-0/+10