summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Use the command spec as resolved by the best ScriptWriter.Jason R. Coombs2015-01-181-1/+2
* Adding test capturing failure where sys.executable loses backslashes on Windo...Jason R. Coombs2015-01-181-0/+8
* Remove unintended shebang. Fixes #333.Jason R. Coombs2015-01-181-1/+1
* Use unittest.mock from standard library instead of external mock with Python ...Arfrever Frehtes Taifersar Arahesis2015-01-151-1/+4
* Fix failing test (now that expectation is different).Jason R. Coombs2015-01-041-1/+1
* Change the way string values are interpreted from build.executable - now they...Jason R. Coombs2015-01-041-0/+9
* Add test capturing expectation around sys.executable having spaces in the name.Jason R. Coombs2015-01-041-0/+6
* Add test demonstrating how a custom launch command spec that could be passed ...Jason R. Coombs2015-01-041-1/+19
* Extract method for handling non-ascii exe. Strip out excess whitespace from o...Jason R. Coombs2015-01-041-2/+2
* Rename _gen_args to get_args (for consistency).Jason R. Coombs2015-01-041-1/+1
* Moved get_script_header into ScriptWriter classJason R. Coombs2015-01-041-10/+18
* Remove unused importsJason R. Coombs2015-01-041-2/+2
* Move decision logic about windows/header generation closer to install_scripts...Jason R. Coombs2015-01-041-3/+3
* Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-041-9/+3
* 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
* 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
* Moved TestScriptHeader tests to more appropriate module.Jason R. Coombs2015-01-031-1/+69
* 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