summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5798 from pradyunsg/improve-configuration-handlingPradyun Gedam2018-10-041-0/+17
|\
| * bodge: Allow both str and repr to be used for configuration file namePradyun Gedam2018-10-031-1/+4
| * Merge branch 'master' into improve-configuration-handlingPradyun Gedam2018-09-302-5/+25
| |\
| * | Fix test to exactly match outputPradyun Gedam2018-09-301-3/+3
| * | Show error messages when configuration-related errors occurPradyun Gedam2018-09-201-0/+14
* | | Add unit tests for egg_info_matchesTzu-ping Chung2018-09-301-1/+33
| |/ |/|
* | Rename base URL detection functionTzu-ping Chung2018-09-281-3/+3
* | Convert base_url property into local variableTzu-ping Chung2018-09-281-3/+7
* | Use *args in the test.Chris Jerdonek2018-09-251-7/+1
* | Add misc.make_vcs_requirement_url().Chris Jerdonek2018-09-251-2/+24
|/
* Merge pull request #5709 from BoboTiG/fix-warningsPradyun Gedam2018-09-181-1/+2
|\
| * Fix one ResourceWarning: unclosed file in test_req.pyMickaƫl Schoentgen2018-08-161-1/+2
* | Merge pull request #5723 from cjerdonek/vcs-add-git-get-branchPradyun Gedam2018-09-183-12/+113
|\ \
| * | Fix tests on Python 3.4 (GROUP=2).Chris Jerdonek2018-08-211-3/+7
| * | Change get_revision_sha() to return is_branch.Chris Jerdonek2018-08-212-9/+9
| * | Add Git.get_branch().Chris Jerdonek2018-08-211-0/+21
| * | Add two failing tests.Chris Jerdonek2018-08-211-3/+79
* | | Fix error when autocompleting after flagLaurie Opperman2018-09-171-0/+24
* | | Correct capitalization of PyPIJon Dufresne2018-09-167-10/+10
* | | Sort list of RECORD entriesBernhard M. Wiedemann2018-09-111-0/+17
* | | Allow passing cache_dir as False to SelfCheckStatePradyun Gedam2018-09-061-0/+6
* | | update parametrize test and commentNitesh Sharma2018-09-041-21/+12
* | | sort imports properlyNitesh Sharma2018-09-022-1/+2
* | | Use equality operator for format_control instancesNitesh Sharma2018-09-022-3/+5
* | | move format control to models and write parametrized testNitesh Sharma2018-09-022-28/+31
* | | fix linting errorsNitesh Sharma2018-08-281-0/+1
* | | refactor format control and rename test functionsNitesh Sharma2018-08-282-13/+12
* | | Refactoring: Move FormatControl to separate classNitesh Sharma2018-08-283-23/+27
* | | Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-authPradyun Gedam2018-08-221-14/+42
|\ \ \
| * | | Fix #5375: add editable install support for svn+ssh URLs with a username.Chris Jerdonek2018-07-291-14/+42
* | | | Move InstallRequirement.from_line to constructors modulePradyun Gedam2018-08-215-61/+63
* | | | Move InstallRequirement.from_editable to a constructors modulePradyun Gedam2018-08-212-7/+10
| |/ / |/| |
* | | Add a test of installing from a repo with a non-master default branch.Chris Jerdonek2018-08-191-6/+50
* | | Merge pull request #5718 from cjerdonek/dry-up-with-install-version-pkgPradyun Gedam2018-08-201-43/+36
|\ \ \
| * | | DRY up test_install_vcs_git.py with _install_version_pkg().Chris Jerdonek2018-08-191-43/+36
* | | | Remove unneeded @pytest.mark.network's inside test_install_vcs_git.py.Chris Jerdonek2018-08-191-8/+0
|/ / /
* | | Address more review comments by @pradyunsg.Chris Jerdonek2018-08-191-17/+22
* | | Put more of the URL pattern into _checkout_into_temp().Chris Jerdonek2018-08-191-22/+23
* | | DRY up test_install_vcs_git.py with _checkout_into_temp().Chris Jerdonek2018-08-181-54/+42
* | | DRY up test_install_vcs_git.py with _make_version_pkg_url().Chris Jerdonek2018-08-181-54/+39
* | | Rename tests/functional/test_install_vcs.py to test_install_vcs_git.py.Chris Jerdonek2018-08-161-0/+0
* | | Merge pull request #5623 from cjerdonek/vcs-fix-install-git-refPradyun Gedam2018-08-172-22/+54
|\ \ \ | |_|/ |/| |
| * | Fix issue #5624: installing a Git ref for installs after the first.Chris Jerdonek2018-08-081-7/+10
| * | Add failing test.Chris Jerdonek2018-08-071-15/+44
* | | Don't import Link from pip._internal.indexPradyun Gedam2018-08-161-1/+1
* | | Merge pull request #5404 from sixninetynine/feature/platforms_for_targetPradyun Gedam2018-08-122-1/+61
|\ \ \
| * | | Open up plat/abi/impl options to `install --target`Loren Carvalho2018-08-052-1/+61
* | | | Merge pull request #5698 from cjerdonek/simplify-test-bazaar-get-url-rev-and-...Pradyun Gedam2018-08-121-41/+25
|\ \ \ \
| * | | | Simplify test_bazaar__get_url_rev_and_auth().Chris Jerdonek2018-08-071-41/+25
| | |/ / | |/| |
* | | | Merge pull request #5692 from pfmoore/pep517Paul Moore2018-08-113-0/+33
|\ \ \ \ | |/ / / |/| | |