aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Just remove test_ez_setup, as the last remaining test, test_install, only ↵Jason R. Coombs2014-03-241-44/+0
| | | | barely touches the functionality as the actually installation command is mocked. The test run in the travis config is much more comprehensive.
* Remove test for use_setuptools, as it fails when running under pytest ↵Jason R. Coombs2014-03-241-4/+1
| | | | because the installed version of setuptools is already present.
* Update test_install to actually patch the hidden _python_cmd.Jason R. Coombs2014-03-241-1/+1
|
* Remove test_do_download, which also no longer works due to complexities ↵Jason R. Coombs2014-03-231-8/+1
| | | | around secure downloaders.
* Remove test_build_egg. The test doesn't work and it's difficult to test ↵Jason R. Coombs2014-03-231-9/+0
| | | | _build_egg given the current interface.
* Force sdist zip format (preferred for _build_egg)Jason R. Coombs2014-03-231-5/+5
| | | | | --HG-- extra : amend_source : eb261716fc15148a101c059fb03c0f51b683c673
* Fix build of setuptools on Windows (do not create empty tag)Jason R. Coombs2014-03-231-1/+1
|
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-3/+3
| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
* Update test_distribute_setup to reference ez_setup.pyJason R. Coombs2013-03-191-0/+63
--HG-- branch : Setuptools-Distribute merge rename : tests/test_distribute_setup.py => tests/test_ez_setup.py extra : rebase_source : d6fe218013147bd6a4e43220356d539d7764da11