aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Combine DALS implementations in textwrap module.Jason R. Coombs2015-01-021-8/+3
* Convert remaining tests in test_easy_install to pytest.Jason R. Coombs2015-01-021-16/+15
* Replace remaining setup/teardown with a simple mock.Jason R. Coombs2015-01-021-7/+1
* Replace much of setup/teardown with another fixture.Jason R. Coombs2015-01-021-11/+10
* Normalize whitespaceJason R. Coombs2015-01-011-2/+0
* Replace some setup/teardown code with the fixture.Jason R. Coombs2015-01-011-10/+2
* Convert select tests to pytest model.Jason R. Coombs2015-01-011-6/+6
* Move contexts to their own moduleJason R. Coombs2015-01-011-59/+10
* Add test capturing failure. Ref #319.Jason R. Coombs2014-12-301-0/+17
* Merge with masterJason R. Coombs2014-12-301-86/+70
|\
| * Please don't feign a monkey patch when one isn't used.Jason R. Coombs2014-12-301-6/+2
| * Slice the iterable rather than converting to a list and slicing that.Jason R. Coombs2014-12-301-1/+3
| * Reindent for clarityJason R. Coombs2014-12-301-3/+6
| * Remove unused importJason R. Coombs2014-12-301-1/+0
| * Remove reset_setup_stop_context and reindent.Jason R. Coombs2014-12-301-27/+12
| * reset_setup_stop_context is apparently no longer needed.Jason R. Coombs2014-12-301-4/+3
| * ReindentJason R. Coombs2014-12-301-10/+7
| * Extract script variable for clarityJason R. Coombs2014-12-301-4/+6
| * Extract common operation of dedent and left stripJason R. Coombs2014-12-301-8/+16
| * Add compatibility shim for tarfile.openJason R. Coombs2014-12-301-1/+3
| * Rewrite file operations using context managers.Jason R. Coombs2014-12-301-17/+9
| * Rewrite test to remove Windows-specific handling and instead capture the unde...Jason R. Coombs2014-12-301-4/+3
| * Indent script for clarityJason R. Coombs2014-12-301-18/+18
* | ReindentJason R. Coombs2014-12-291-2/+2
* | Make sure to monkey-patch the easy_install module in the setup context. Fixes...Jason R. Coombs2014-12-291-0/+24
|/
* Use pytest to capture exceptionJason R. Coombs2014-12-291-2/+4
* Rename variable for clarity.Jason R. Coombs2014-12-291-2/+2
* Remove unused importJason R. Coombs2014-12-291-1/+0
* next compatibility is no longer requiredJason R. Coombs2014-07-051-1/+1
* Just suppress the spurious IndexError when it happens. Rely on the environmen...Jason R. Coombs2014-05-051-3/+4
* Skip this test because it now fails under Python 3.3 and earlier apparently d...Jason R. Coombs2014-03-301-0/+4
* Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
* Use readlines on StringIO. Ensure quiet_context returns rewound buffers.Jason R. Coombs2014-02-051-1/+3
* Rewrite merged tests to use context managersJason R. Coombs2014-02-051-19/+16
* Remove unused variableJason R. Coombs2014-02-051-1/+0
* Reindent according to TODO (indent was reserved to minimize the diff)Jason R. Coombs2014-02-051-15/+14
* Update global reference.Jason R. Coombs2014-02-051-2/+2
* Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for...Jason R. Coombs2014-01-271-38/+103
* Move the global import logic for test_multiproc_atexit into the test where it...Jason R. Coombs2013-11-271-13/+9
* Reindent long lineJason R. Coombs2013-11-271-1/+2
* Remove redundant importsJason R. Coombs2013-11-271-2/+0
* Remove unused variable and clean whitespaceJason R. Coombs2013-11-271-2/+1
* backout 983513e397f3 now that contextlib and with statements are availableJason R. Coombs2013-11-271-52/+30
* Remove Python 2.5 compatibility in easy_install test setup.Jason R. Coombs2013-11-271-19/+15
* Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE.Jason R. Coombs2013-11-271-4/+4
* 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
| |\ \ | | |/ | |/|