summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Test for candidate orderingTzu-ping Chung2020-10-131-0/+26
* Merge pull request #8910 from hugovk/pip-cache-httpPradyun Gedam2020-10-021-10/+83
|\
| * Rename to 'Package index page cache location'Hugo van Kemenade2020-10-021-1/+4
| * Include http directory in 'pip cache info' and 'pip cache purge'Hugo van Kemenade2020-09-241-10/+80
* | Prepare isort for blackPradyun Gedam2020-09-234-18/+4
|/
* Update linter: isortPradyun Gedam2020-09-231-1/+2
* Merge pull request #8839 from uranusjr/new-resolver-hash-intersectPradyun Gedam2020-09-171-0/+213
|\
| * Add tests for empty hash intersectionTzu-ping Chung2020-09-111-0/+88
| * F Python 2Tzu-ping Chung2020-09-031-5/+5
| * Pull in hashes from constraint filesTzu-ping Chung2020-09-031-0/+38
| * Hashes from lines should intersect, not unionTzu-ping Chung2020-09-031-0/+87
* | Use format options for abspathDevesh Kumar Singh2020-09-111-9/+11
* | Add unit tests for --abspath flagDevesh Kumar Singh2020-09-111-0/+57
|/
* Merge pull request #8758 from uranusjr/new-resolver-requires-python-when-no-depsPradyun Gedam2020-09-021-0/+32
|\
| * Include Requires-Python dep even with --no-depsTzu-ping Chung2020-08-261-0/+32
* | Merge pull request #8817 from sbidoul/improve-git-checkoutPradyun Gedam2020-09-011-0/+32
|\ \ | |/ |/|
| * Add spacing in testStéphane Bidoul2020-08-301-0/+5
| * Add failing test fetching a git commit in refsStéphane Bidoul2020-08-301-0/+27
* | Mark tests using remote svn and hg as xfailNguyễn Gia Phong2020-08-244-0/+5
* | Test hash checking for fast-depsNguyễn Gia Phong2020-08-171-0/+29
* | Allow py2 deprecation warning from setuptoolsNguyễn Gia Phong2020-08-142-1/+6
|/
* Add failing test for constraints with markersTzu-ping Chung2020-08-071-0/+25
* Make assertion failure give better message (#8692)Nguyễn Gia Phong2020-08-061-2/+1
* Merge pull request #8656 from chrahunt/gracefully-handle-bad-data-pathsPradyun Gedam2020-08-021-0/+33
|\
| * Provide a reasonable error on invalid scheme keysChris Hunt2020-07-291-0/+15
| * Explicitly handle incorrect .data paths during wheel installChris Hunt2020-07-291-0/+18
* | Merge pull request #8659 from uranusjr/fix-get-distribution-dot-in-namePradyun Gedam2020-08-021-0/+33
|\ \
| * | Canonicalize name in check_if_existsTzu-ping Chung2020-07-301-0/+33
| |/
* | Make assertions independent of log prefixesNguyễn Gia Phong2020-08-011-10/+10
|/
* Merge pull request #8594 from pradyunsg/improve-install-conflict-warningPradyun Gedam2020-07-283-27/+20
|\
| * Moar tests getting updatedPradyun Gedam2020-07-271-1/+1
| * Update test messages to reflect new realityPradyun Gedam2020-07-271-2/+3
| * Drop no-longer-used deprecated_python fixturePradyun Gedam2020-07-271-3/+2
| * Change {matches -> contains}_expected_linesPradyun Gedam2020-07-271-18/+9
| * tests: Check only the last output linesPradyun Gedam2020-07-271-3/+5
* | Merge pull request #8601 from rouge8/use-feature-requirements-filePradyun Gedam2020-07-271-0/+1
|\ \
| * | Attempt to test --use-feature in pip freezeAndy Freeland2020-07-191-0/+1
* | | Test for conflict message from requirements.txtTzu-ping Chung2020-07-261-0/+26
| |/ |/|
* | Reduce reliance on .egg-info directories in test suiteStéphane Bidoul2020-07-258-153/+165
* | Merge pull request #8588 from McSinyx/fast-depsPradyun Gedam2020-07-241-0/+50
|\ \
| * | Add integration tests for experimental feature fast-depsNguyễn Gia Phong2020-07-211-0/+50
| |/
* | Print output in test_debug__library_versionsPradyun Gedam2020-07-221-2/+3
|/
* Merge pull request #8424 from jku/8288-deprecate-nonconforming-extrasPradyun Gedam2020-07-152-2/+47
|\
| * Deprecate requirements format "base>=1.0[extra]"Jussi Kukkonen2020-07-132-2/+47
* | Merge pull request #8502 from uranusjr/new-resolver-binary-compat-on-targetChris Hunt2020-07-131-0/+71
|\ \ | |/ |/|
| * Ensure binary compat is checked in --targetTzu-ping Chung2020-07-091-0/+71
* | Merge pull request #8266 from gutsytechster/add_logs_for_installChris Hunt2020-07-101-0/+7
|\ \
| * | test(functional/test_install): Use shared_data for installing packagePrashant Sharma2020-07-101-2/+3
| * | feat(): Add logs for pip environment when installinggutsytechster2020-07-091-0/+6
| |/
* | Merge pull request #8556 from chrahunt/maint/fail-on-install-location-optionsChris Hunt2020-07-091-39/+93
|\ \