summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test to run on Python 2.6.Stefan Scherfke2013-12-201-3/+3
* Try utf-8, the system’s default encoding, and latin1 when reading egg_info-...Stefan Scherfke2013-12-201-3/+18
* Respect explicit encoding declarations in setup.py files.Ben Darnell2013-12-203-0/+23
* merge from 1.5.XMarcus Smith2013-12-141-0/+3
|\
| * disable intermittent travis/pypy error, Issue #1379Marcus Smith2013-12-131-0/+3
* | merge from 1.5.XMarcus Smith2013-12-0810-44/+181
|\ \ | |/
| * - have the basic wheel install test, use a basic wheelMarcus Smith2013-12-081-0/+15
| * use latest wheel from pypi when testingMarcus Smith2013-12-043-8/+8
| * move --user uninstall tests to dedicated moduleMarcus Smith2013-11-292-62/+81
| * uninstalling --user dists should leave global scripts aloneMarcus Smith2013-11-293-0/+33
| * Merge pull request #1352 from qwcode/fix_ignore_installedMarcus Smith2013-11-291-5/+6
| |\
| | * fix --ignore-installed (Issue #1097)Marcus Smith2013-11-291-5/+6
| * | skip symlink tests when `not hasattr(os, 'symlink')`Marcus Smith2013-11-241-0/+2
| * | fix for certain platforms/versions not having `os.O_NOFOLLOW`Marcus Smith2013-11-242-1/+68
| |/
* | Typo fixes and clarificationsPaul Moore2013-12-081-1/+1
* | Added a virtualenv-specific configuration filePaul Moore2013-12-042-0/+31
|/
* Enable --[no-]compile which will compile or not compile pyc filesDonald Stufft2013-11-212-0/+84
* Merge pull request #1330 from qwcode/path_to_urlMarcus Smith2013-11-204-8/+35
|\
| * backwardcompat fixes for py3Marcus Smith2013-11-201-3/+3
| * allow stderr output from git clone for these 2 testsMarcus Smith2013-11-202-2/+2
| * a single `path_to_url` function with testsMarcus Smith2013-11-182-5/+32
* | Merge pull request #1307 from dstufft/fix-entrypoints-parsingDonald Stufft2013-11-191-0/+13
|\ \
| * | Test the entry points parsingDonald Stufft2013-11-191-0/+13
| |/
* | Merge pull request #1311 from mwilliamson/py3-symlinksDonald Stufft2013-11-197-1/+26
|\ \ | |/ |/|
| * Add symlinks=True to copytree invocation so that tests pass in Python 3Michael Williamson2013-11-101-1/+1
| * Add failing test case for installing when there are symlinks to directoriesMichael Williamson2013-11-096-0/+25
* | - if installing directly from a wheel, fail if it has an invalid name or is u...Marcus Smith2013-11-145-9/+63
|/
* Fix the testsDonald Stufft2013-11-071-1/+1
* Revert "REmove problematic tests that test dead simple functionality"Donald Stufft2013-11-071-0/+40
* REmove problematic tests that test dead simple functionalityDonald Stufft2013-11-071-40/+0
* Setuptools 0.6 needs --no-use-wheelDonald Stufft2013-11-071-1/+1
* use "INSTALLED_VERSION" (not "InfLink") as the name for the object that repre...Marcus Smith2013-11-061-4/+4
* Merge pull request #1297 from qwcode/parse_distutils_configMarcus Smith2013-11-051-0/+9
|\
| * `pip.locations.distutils_scheme` should read distutils config filesMarcus Smith2013-11-041-0/+9
* | Set the executable bit on files generated by distlib's ScriptMakerDonald Stufft2013-11-021-0/+3
* | Added comments and reqordings based on code reviewPaul Moore2013-11-011-1/+7
* | Tests for script generationPaul Moore2013-11-016-0/+75
|/
* Merge pull request #1272 from dstufft/fix-pip-wheelDonald Stufft2013-10-312-0/+23
|\
| * Ensure that --root continues to work with WheelsDonald Stufft2013-10-312-0/+23
* | some extra logging and options testsMarcus Smith2013-10-303-0/+33
|/
* Fix the test which is still looking for the by typoDonald Stufft2013-10-301-1/+1
* Do not respect dependency links by defaultDonald Stufft2013-10-272-2/+9
* Remove the allow_all_unverifiedDonald Stufft2013-10-261-4/+4
* Rename --allow-insecure to --allow-unverifiedDonald Stufft2013-10-262-5/+5
* Merge pull request #1254 from pfmoore/win-testsPaul Moore2013-10-263-8/+19
|\
| * Fix tests using virtualenv on Windows.Paul Moore2013-10-243-8/+19
* | fix wheel test to match current error messageMarcus Smith2013-10-251-1/+1
|/
* Make the check for wheel support in setuptools test for DistInfoDistribution ...Paul Moore2013-10-061-24/+9
* merge fix due to 1.4.X still using noseMarcus Smith2013-10-051-1/+2
* merge from 1.4.XMarcus Smith2013-10-051-1/+49
|\