summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* a teardown that pytest recognizesMarcus Smith2014-04-221-1/+1
* don't install empty dirs during wheel installsMarcus Smith2014-04-2110-12/+197
* Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-196-1/+75
* fixes for downloading wheels (Issue #1112)Marcus Smith2014-02-083-0/+29
* when file urls have hash fragments, check itMarcus Smith2014-02-081-0/+11
* 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-082-4/+104
* Properly parse comments from the end of a lineDonald Stufft2014-01-221-0/+41
* use --no-use-wheel in the bundle functional testsMarcus Smith2014-01-211-2/+2
* additional wheel filename testsMarcus Smith2014-01-151-14/+34
* fix typo in test nameRalf Schmitt2014-01-161-1/+1
* raise InvalidWheelFilename if version is missing in wheel filenameRalf Schmitt2014-01-161-0/+7
* Merge pull request #1445 from schmir/fix-wheel-single-digit-versionMarcus Smith2014-01-151-0/+7
|\
| * make sure that wheel files with a single digit version do workRalf Schmitt2014-01-091-0/+7
* | If --allow-unverified is used assume it also means --allow-externalDonald Stufft2014-01-101-0/+16
* | Use the raw stream to prevent decoding the responseDonald Stufft2014-01-071-2/+11
* | Work around python 2.6 not having ``python -m``Donald Stufft2014-01-071-1/+2
* | Have a nice error when setuptools is not availableDonald Stufft2014-01-071-0/+12
* | Remove the setuptools version checkDonald Stufft2014-01-072-43/+3
|/
* 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
* disable intermittent travis/pypy error, Issue #1379Marcus Smith2013-12-131-0/+3
* - 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
|/
* 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