summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with masterJason R. Coombs2015-01-031-8/+18
|\
| * It appears as if Python 2.6 gets its warnings on a different pipe.Jason R. Coombs2015-01-031-2/+6
| * Remove dependence of the script on its own file, but instead generate the nec...Jason R. Coombs2015-01-031-6/+12
* | Merge with masterJason R. Coombs2015-01-031-47/+34
|\ \ | |/
| * Rewrite commentJason R. Coombs2015-01-031-3/+2
| * Extract variable for clearer assertion.Jason R. Coombs2015-01-031-5/+2
| * Pull logic out of the contextJason R. Coombs2015-01-031-7/+8
| * Use contexts.quiet for stdout/stderr trappingJason R. Coombs2015-01-031-8/+5
| * Use mock to patch sys.platformJason R. Coombs2015-01-031-3/+1
| * Use mock to patch sys.modulesJason R. Coombs2015-01-031-9/+2
| * Test is passing when LC_CTYPE isn't present. According to the original ticket...Jason R. Coombs2015-01-031-1/+1
| * Rewrite skip/xfailJason R. Coombs2015-01-031-17/+19
| * Restore missing importJason R. Coombs2015-01-031-1/+1
* | Merge with masterJason R. Coombs2015-01-031-1/+69
|\ \ | |/
| * Moved TestScriptHeader tests to more appropriate module.Jason R. Coombs2015-01-031-1/+69
* | Merge with 10.2.1Jason R. Coombs2015-01-021-187/+139
|\ \ | |/
| * 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
* | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-10/+8
|/
* 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