summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Mark a network dependent test as networkPradyun Gedam2019-07-291-0/+2
* Utilize "pip_install_local" where possiblePradyun Gedam2019-07-291-12/+10
* Only import a Command class when it is actually needed.Chris Jerdonek2019-07-262-9/+8
* Merge pull request #6764 from pradyunsg/style/isortPradyun Gedam2019-07-266-10/+33
|\
| * Change isort multi_line_output to 3Pradyun Gedam2019-07-226-10/+33
* | Consistently get version string, ignoring alpha/betaHugo2019-07-251-1/+1
|/
* Remove copy from tests.lib.path.Path. (#6746)Christopher Hunt2019-07-211-3/+5
* Remove rmtree from tests.lib.path.Path.Chris Hunt2019-07-201-1/+1
* Move config files locations inside a function (#6736)Xavier Fernandez2019-07-201-2/+2
* Add some encoding return values to pip-debug.Chris Jerdonek2019-07-191-6/+21
* Move pip marker related constant & function in their own moduleXavier Fernandez2019-07-182-2/+2
* debug: add warnings about its provisional statusXavier Fernandez2019-07-181-2/+2
* Change Path.makedirs() -> Path.mkdir(parents=True)Pradyun Gedam2019-07-123-3/+3
* Improve error message for invalid editable requirement. (#6679)Savio Jomton2019-07-111-1/+1
* Merge pull request #6670 from chrahunt/pathlib-refactor-2Pradyun Gedam2019-07-0322-212/+224
|\
| * Rename compatible functions in tests.lib.path.Path.Chris Hunt2019-07-0222-212/+224
* | Merge pull request #6638 from cjerdonek/debug-commandChris Jerdonek2019-07-021-0/+50
|\ \ | |/ |/|
| * Add "pip debug" command.Chris Jerdonek2019-06-271-0/+50
* | Unskip test_install_package_that_emits_unicode() on Windows.Chris Jerdonek2019-06-281-2/+0
* | Improve error message formatting when a subprocess command errors out.Chris Jerdonek2019-06-271-1/+1
* | Add SHA256 hash of .whl as info output (#5908)Ian Wienand2019-06-261-0/+7
|/
* Move Subversion arg unit tests from functional folder to unit test folderjohnthagen2019-06-151-66/+0
* Add `--path` option to `pip list`Laszlo Kiss-Kollar2019-06-121-0/+56
* Add make_test_finder() helper function.Chris Jerdonek2019-06-111-4/+2
* Update pip-download to respect --python-version.Chris Jerdonek2019-06-061-1/+59
* Merge pull request #6545 from cjerdonek/vcs-importsChris Jerdonek2019-06-031-2/+2
|\
| * Remove importing from vcs in pip/_internal/__init__.py.Chris Jerdonek2019-06-031-2/+2
* | Add --path to pip freeze to support --target installations (#6450)László Kiss Kollár2019-05-281-0/+59
* | Display install instructions for pre-releases (#5921)Pradyun Gedam2019-05-271-0/+28
|\ \ | |/ |/|
| * Display install instructions for pre-releasesLászló Kiss Kollár2018-10-261-0/+28
* | Merge pull request #6540 from cjerdonek/issue-6121-incompatible-wheel-messageChris Jerdonek2019-05-261-2/+8
|\ \
| * | Improve the debug log message when installing an incompatible wheel.Chris Jerdonek2019-05-251-2/+8
* | | Merge pull request #6515 from johnthagen/svn-interactive-finalChris Jerdonek2019-05-251-25/+61
|\ \ \
| * | | Add test with non-trivial RevOptions inputjohnthagen2019-05-251-0/+9
| * | | Fold obtain and export tests into TestSubversionArgs TestCasejohnthagen2019-05-251-28/+14
| * | | Simplify test method namesjohnthagen2019-05-251-3/+3
| * | | Use bare strings in test assertionjohnthagen2019-05-251-5/+7
| * | | Use a TestCase to remove some duplication across similar testsjohnthagen2019-05-241-39/+31
| * | | Add tests for fetch_new, switch, and updatejohnthagen2019-05-231-0/+46
| * | | Fix PEP8 errorjohnthagen2019-05-231-1/+0
| * | | Remove unnecessary pytest.mark.network from tests that use mocked svn invocationjohnthagen2019-05-231-2/+0
| * | | Explain why use_interactive is set to False in unit testsjohnthagen2019-05-211-0/+4
| * | | Set use_interactive=False to avoid having to mockjohnthagen2019-05-201-14/+8
| * | | Fix testsjohnthagen2019-05-201-2/+8
* | | | Merge pull request #6538 from cjerdonek/issue-6513-freeze-requirement-errorChris Jerdonek2019-05-251-5/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Include more details in a pip freeze warning message.Chris Jerdonek2019-05-251-5/+12
| |/ /
* | | Merge pull request #6008 from jaraco/bugfix/4106-distutils-option-error-targe...Pradyun Gedam2019-05-251-0/+19
|\ \ \
| * | | Fix test failures on Windows.Benoit Pierre2018-11-121-1/+4
| * | | Add test capturing expectation. Ref #4106.Benoit Pierre2018-11-121-0/+16
* | | | Simplify the _check_dist_requires_python() call site.Chris Jerdonek2019-05-241-6/+9
| |/ / |/| |