aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed script header generation in easy_install tests. Fixes #37.Jason R. Coombs2013-08-091-2/+2
* Merge fix for #21Jason R. Coombs2013-06-191-5/+6
|\
| * Restore Python 2.4 compatibility in test_easy_install. Fixes #21Jason R. Coombs2013-06-191-5/+6
* | Merged upstream changes.Vinay Sajip2013-06-191-0/+2
|\ \
| * \ Merge Python 3 native support from distributeJason R. Coombs2013-06-181-10/+9
| |\ \ | | |/ | |/|
| | * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-2/+2
| | |\
| | * | Fixed some resource leaks.Vinay Sajip2012-10-101-1/+1
| | * | Merge with upstreamJason R. Coombs2013-06-181-23/+240
| | |\ \
| | * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-4/+3
* | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-151-10/+8
|/ / / /
* | | | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-031-36/+1
* | | | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-191-6/+6
| |_|/ |/| |
* | | Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-271-2/+2
* | | Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-261-104/+38
* | | Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-261-2/+2
* | | Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+1
* | | Fixes and adds a regression test for #323; required adding some new keyword a...Erik Bray2012-09-111-38/+104
| |/ |/|
* | Make this test less chattyErik Bray2012-09-111-0/+7
* | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-061-22/+80
* | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-221-1/+2
* | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-10/+10
* | Allow for three requests (fixes test on Python 3.3).Jason R. Coombs2012-04-151-1/+3
* | Skip test when MockServer can't detect the port to which it bound.Jason R. Coombs2012-04-151-0/+4
* | Ensure that the setup.py is generated as bytes on Python 2 and 3 so that the ...Jason R. Coombs2012-04-141-2/+7
* | Fix one failing test per #277Jason R. Coombs2012-04-091-1/+1
* | Fixed two issues for Python 2.4 compatibility. Tests now run again on Python 2.40.6.26Jason R. Coombs2012-04-081-1/+2
* | Removed unused importJason R. Coombs2012-04-081-1/+0
* | Converted new tests in test_easy_install to use call-back functions instead o...Jason R. Coombs2012-04-081-29/+54
* | Make sure to un-monkey-patch the Distribution class when running test_no_setu...Jason R. Coombs2012-04-071-1/+2
* | Added another context to reset the _setup_stop_contextJason R. Coombs2012-04-071-5/+20
* | Set the argv context so that easy_install.main invokes the command as if it h...Jason R. Coombs2012-04-071-5/+12
* | Test now constructs the tarfile completely in memory (avoiding accidentally w...Jason R. Coombs2012-04-071-10/+12
* | Improved the MockServer so it now more effectively handles multiple requests ...Jason R. Coombs2012-04-071-4/+6
* | Create the sdist using tarfile and the code is much simplerJason R. Coombs2012-04-071-48/+8
* | We expect easy_install to raise a SystemExitJason R. Coombs2012-04-071-5/+3
* | Expanded TestSetupRequires so it actually stages the installation of an sdist...Jason R. Coombs2012-04-071-14/+81
* | Add test to capture issue 227Jason R. Coombs2012-04-011-0/+51
* | Reorganized imports and cleaned up whitespaceJason R. Coombs2012-04-011-7/+10
* | fixing regression -- generator syntax on python3guyroz2011-09-201-1/+1
* | Fixing regression tests on Windows: #241, #240, #239guyroz2011-09-191-6/+15
|/
* added a test for #143 now that I understand it. fixes #143Tarek Ziade2010-07-031-0/+36
* make HAS_USER_SITE depend on site.ENABLE_USER_SITERonny Pfannschmidt2010-05-211-4/+4
* mergeRonny Pfannschmidt2010-05-191-16/+20
|\
| * merge & adapt --user implication testsRonny Pfannschmidt2010-05-071-16/+20
| |\
| | * add a partial test for user install umplication if installed in user-siteRonny Pfannschmidt2010-05-021-4/+8
* | | added a test that is supposely breaking - refs #152Tarek Ziade2010-05-191-0/+15
|/ /
* / make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-5/+5
|/
* merge with upstreamRonny Pfannschmidt2010-03-161-1/+25
|\
| * added the --no-find-links optionTarek Ziade2010-03-131-0/+25
* | move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-111-4/+8