summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* a teardown that pytest recognizesMarcus Smith2014-04-221-1/+1
* don't install empty dirs during wheel installsMarcus Smith2014-04-211-6/+57
* Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-191-1/+42
* when file urls have hash fragments, check itMarcus Smith2014-02-081-0/+11
* 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-081-2/+89
* Properly parse comments from the end of a lineDonald Stufft2014-01-221-0/+41
* 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
* | 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
* 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
* Merge pull request #1330 from qwcode/path_to_urlMarcus Smith2013-11-201-3/+30
|\
| * backwardcompat fixes for py3Marcus Smith2013-11-201-3/+3
| * a single `path_to_url` function with testsMarcus Smith2013-11-181-2/+29
* | Test the entry points parsingDonald Stufft2013-11-191-0/+13
|/
* - if installing directly from a wheel, fail if it has an invalid name or is u...Marcus Smith2013-11-144-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
* use "INSTALLED_VERSION" (not "InfLink") as the name for the object that repre...Marcus Smith2013-11-061-4/+4
* `pip.locations.distutils_scheme` should read distutils config filesMarcus Smith2013-11-041-0/+9
* Merge pull request #1272 from dstufft/fix-pip-wheelDonald Stufft2013-10-311-0/+13
|\
| * Ensure that --root continues to work with WheelsDonald Stufft2013-10-311-0/+13
* | some extra logging and options testsMarcus Smith2013-10-303-0/+33
|/
* Do not respect dependency links by defaultDonald Stufft2013-10-271-1/+5
* Remove the allow_all_unverifiedDonald Stufft2013-10-261-4/+4
* Rename --allow-insecure to --allow-unverifiedDonald Stufft2013-10-261-4/+4
* 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
|\
| * fake what version of setuptools is present to get past the setuptools require...Marcus Smith2013-10-011-0/+2
| * 1) If the wheel name != search_name, then return immediately. Not doing so,Marcus Smith2013-10-011-1/+49
* | Merge pull request #1215 from pnasrat/subdirectory-editablePaul Nasrat2013-10-051-3/+9
|\ \
| * | Fix deleted brackPaul Nasrat2013-09-301-1/+1
| * | Merge remote-tracking branch 'niedbalski/develop' into subdirectory-editablePaul Nasrat2013-09-271-3/+9
| |\ \
| | * \ Merge remote-tracking branch 'pip-orig/develop' into developJorge Niedbalski2013-08-201-2/+71
| | |\ \
| | * \ \ Merge from upstream projectJorge Niedbalski R2013-08-124-51/+63
| | |\ \ \
| | * | | | [tests] added test for subdirectory editable optionsJorge Niedbalski2013-07-241-3/+3
* | | | | | Python 2.7 io.StringIO is text-only, use backwardcompatPaul Moore2013-10-051-5/+1
* | | | | | Fix test_log on Python 3, StringIO module is no longer availablePaul Moore2013-10-041-3/+7
|/ / / / /
* | | | | Merge pull request #1145 from dstufft/use-requestsDonald Stufft2013-09-264-220/+95
|\ \ \ \ \
| * | | | | Use requests instead of urllib2Donald Stufft2013-09-244-220/+95
* | | | | | Fix problem where multiple .write() log consumers resultedMarcus Smith2013-09-211-1/+20
|/ / / / /