summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix_3741Xavier Fernandez2017-11-071-2/+2
|\
| * tests: don't check the actual sequence in testPradyun Gedam2017-11-061-2/+2
* | test trailing-newline uninstall behaviorMin RK2017-11-051-0/+33
|/
* Merge pull request #4642 from pradyunsg/feature/idempotent-uninstallPradyun Gedam2017-11-051-0/+22
|\
| * Switch pip uninstall behaviour to be idempotentPradyun S. Gedam2017-11-031-0/+22
* | Add a global option to disable colors (#4739)Oz N Tiram2017-11-051-0/+41
* | tests: github repositories should use https (#4838)Pradyun Gedam2017-11-051-4/+4
|/
* tests: fix `freeze` integration tests on Windows (#4832)Benoit Pierre2017-11-031-2/+2
* Freeze not installed (#4292, #4293)Calvin Smith2017-10-311-0/+72
* Record installed files in a deterministic orderMathieu Bridon2017-10-261-0/+22
* Address issue #1139: make --force-reinstall not require --upgrade (#4432)Chris Jerdonek2017-10-241-0/+47
* tests: do not mark `test_unsupported_hashes` as xfailed (#4777)Benoit Pierre2017-10-151-4/+0
* Use correct executable name for completion command (#4755)Dustin Ingram2017-10-122-3/+38
* Fix install warning message about mismatched versionsBenoit Pierre2017-10-081-1/+15
* Normalize case before comparing (#4770)Pradyun Gedam2017-10-071-3/+3
* Fix integration tests on Windows (#4769)Benoit Pierre2017-10-0615-113/+204
* Merge pull request #4728 from scop/escseqPradyun Gedam2017-10-061-1/+1
|\
| * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-09-151-1/+1
* | Address @xavfernandez's review comments.Chris Jerdonek2017-10-051-2/+0
* | Fix test after rebasing another time.Chris Jerdonek2017-10-051-4/+4
* | Fix test after rebasing.Chris Jerdonek2017-10-051-2/+2
* | Update imports after _internal refactoring.Chris Jerdonek2017-10-051-2/+2
* | Add failing test to check that no warning gets logged.Chris Jerdonek2017-10-051-6/+27
* | Some clean-ups.Chris Jerdonek2017-10-051-35/+36
* | Start using Git.get_revision_sha().Chris Jerdonek2017-10-052-80/+9
* | Add Git.get_revision_sha() with tests.Chris Jerdonek2017-10-051-0/+91
* | DRY up the reference to a sha.Chris Jerdonek2017-10-051-6/+6
* | Test installing after updating the remote repository.Chris Jerdonek2017-10-051-0/+32
* | Address @pradyunsg's review comment.Chris Jerdonek2017-10-052-10/+10
* | Choose a better name, and other clean-ups.Chris Jerdonek2017-10-052-13/+17
* | Change check_version() to accept a commit hash / id.Chris Jerdonek2017-10-051-4/+3
* | Fix test expectations (the tests now fail).Chris Jerdonek2017-10-051-1/+1
* | Add a failing test case to test_git_check_version().Chris Jerdonek2017-10-051-0/+1
* | Address issue #4507: don't warn when installing from a commit hash (#4674)Chris Jerdonek2017-10-052-1/+32
* | Add failing tests for issue #1130.Chris Jerdonek2017-10-021-0/+32
* | Small tests related cleanups (#4703)Benoit Pierre2017-10-027-18/+19
* | Warn user when installing scripts outside PATH (#4553)Pradyun Gedam2017-10-022-1/+106
* | Add a RevOptions class (#4707)Chris Jerdonek2017-10-022-14/+79
* | Don't assume master branch exists when reinstalling editable package from Git...Dustin Ingram2017-09-301-0/+29
|/
* Fix Tests to depend on testpypiPradyun S. Gedam2017-09-121-9/+9
* tests: speedup testsuiteBenoit Pierre2017-09-022-51/+41
* tests: remove old workaround for Travis failuresBenoit Pierre2017-09-021-7/+1
* tests: fix virtualenv support when using PyPy 3Benoit Pierre2017-09-022-9/+13
* Move all internal APIs to pip._internalDonald Stufft2017-08-3143-224/+243
* tests: fix mistakenly skipped test (#4665)Benoit Pierre2017-08-311-3/+4
* Added offending line from requirements file (#4227) (#4635)Filip Kokosiński2017-08-311-0/+12
* Add support for wheel build tags (#4299)Ian Stapleton Cordasco2017-08-312-0/+25
* Adopt the use of OrderedDict (#4650)Pradyun S. Gedam2017-08-161-27/+1
* Add support for YAML based test files (#4637)Pradyun S. Gedam2017-08-0711-0/+452
* Fix test_install_no_binary_disables_building_wheelsXavier Fernandez2017-07-212-9/+3