summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Update test for Python 2.6 compatibilityJason R. Coombs2014-03-161-1/+1
* Add test for find_packages(include=)Jason R. Coombs2014-03-161-0/+10
* Add unit tests for find_packagesWyatt Lee Baldwin2014-02-121-0/+72
* Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
* Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...Jason R. Coombs2014-03-081-0/+84
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-154-8/+14
* Remove import (missed in parent commit).Jason R. Coombs2014-02-091-1/+0
* Removed Features functionality. Fixes #65.Jason R. Coombs2014-02-091-83/+0
* Use io.open() instead of codecs.open().Arfrever Frehtes Taifersar Arahesis2014-02-071-4/+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
* Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassedPhilip Thiem2013-12-074-13/+53
* Merge with 1.4.2Jason R. Coombs2013-12-011-1/+17
|\
| * Moved imports to the top, made them compatible with Python 2, and added a doc...Jason R. Coombs2013-12-011-4/+6
| * Adding test capturing #116Jason R. Coombs2013-12-011-0/+14
* | 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
* | Remove stray import of exec_Jason R. Coombs2013-11-241-1/+1
* | Drop compatibility function exec_, required for Python 2.5 and earlier.Jason R. Coombs2013-11-241-1/+1
|/
* Earlier Versions of python used gzip and tar directly. So I need toPhilip Thiem2013-11-111-12/+18
* For .svn legacy fallback, look for the files in the .svn not the directory.Philip Thiem2013-11-114-81/+214
* Merged pypa/setuptools into defaultphilip_thiem2013-11-072-18/+2
|\
| * Delint (remove unused imports, excess whitespace, unnecessary syntax, and unu...Jason R. Coombs2013-11-051-19/+2
| * Remove svn17_example.zipJason R. Coombs2013-11-051-0/+0
* | Fixed the various tests that depended on fsencode.Philip Thiem2013-11-077-3/+79
* | fixed imports on test_svn, look like it was an artifact anyway.Philip Thiem2013-11-071-1/+0
|/
* Merge with defaultJason R. Coombs2013-10-301-1/+4
|\
| * Skip test when file system encoding is not suitable. Fixes #55 and Distribute...1.1.7Toshio Kuratomi2013-04-111-1/+4
* | Merge with defaultPhilip Thiem2013-09-285-71/+97
|\ \ | |/
| * Adding test capturing Distribute #349Jason R. Coombs2013-09-182-0/+16
| * Fixed script header generation in easy_install tests. Fixes #37.Jason R. Coombs2013-08-091-2/+2
| * Added test to capture behavior expected behavior on Windows with spaces in th...Jason R. Coombs2013-08-091-0/+4
| * Fixed test_get_script_header failures on Windows when Python is in a director...Jason R. Coombs2013-08-091-3/+6
| * Remove import *Jason R. Coombs2013-08-091-18/+22
| * Spruce up syntax to to address linter warningsJason R. Coombs2013-08-091-42/+26
| * Clean up importsJason R. Coombs2013-08-091-3/+13
| * Add test to exercise the basic functionality of _vcs_split_rev_from_urlJason R. Coombs2013-07-241-0/+9
| * Update test to reflect the copy of the hash name stored because pypy doesn't ...Jason R. Coombs2013-07-221-5/+1
* | Added a legacy fallback testPhilip Thiem2013-09-281-0/+21
* | Tweaks to get everything to pass again.Philip Thiem2013-07-201-7/+8
* | Merge with defaultPhilip Thiem2013-07-202-0/+43
|\ \ | |/