..
__init__.py
break up tests dir into data, unit tests, and functional tests
2013-05-29 13:41:12 -07:00
test_check.py
Reimplement pip check tests without network
2016-11-13 22:51:15 +01:00
test_completion.py
Python 3.6 invalid escape sequence deprecation fixes
2017-03-20 13:54:29 +01:00
test_download.py
Failing exit status when no requirements specified ( #4210 )
2017-01-06 23:21:46 +01:00
test_freeze.py
Fixes #168 -- remove a legacy test
2017-03-24 09:15:59 -04:00
test_hash.py
Typos and docstrings
2015-10-19 23:40:00 -04:00
test_help.py
Do the monkey patch instead
2017-03-26 11:17:02 -04:00
test_install.py
Split relative paths tests to avoid timeout
2017-04-05 18:38:26 -04:00
test_install_cleanup.py
Remove the items deprecated for removal in 7.0
2015-04-07 04:20:51 -04:00
test_install_compat.py
Mark tests requiring Internet access
2015-01-15 00:53:15 +01:00
test_install_config.py
Improve tests
2016-12-04 21:54:50 +01:00
test_install_extras.py
Canonicalize extras before matching them - Fix issue #3810 ( #4037 )
2016-10-29 14:25:05 +02:00
test_install_index.py
Move from pip.compat.* to six.moves.* for urllib related stuff
2014-09-11 18:40:45 -04:00
test_install_reqs.py
Split relative paths tests to avoid timeout
2017-04-05 18:38:26 -04:00
test_install_upgrade.py
unused imports
2017-03-24 10:23:05 -04:00
test_install_user.py
Deprecate the _strip_postfix function ( #4174 )
2017-02-13 10:02:20 +01:00
test_install_vcs.py
Send log messages >= logging.WARNING to stderr
2015-04-06 23:11:16 -04:00
test_install_vcs_git.py
Only update VCS when things have actually changed
2015-09-01 13:23:18 -07:00
test_install_vcs_svn.py
Strip authentication from SVN url prior to passing it into svn ( #3697 )
2016-05-26 06:43:26 -04:00
test_install_wheel.py
Fixes destination directory of data_files when 'pip install --target' is used ( #4092 ) ( #4152 )
2017-03-26 23:55:50 +02:00
test_list.py
Added test for verbose option of list command
2017-04-02 19:00:50 +08:00
test_requests.py
Use Flake8 on the test of pip's Python files
2014-01-28 19:47:58 -05:00
test_search.py
Let the search service handle search order ( #4044 )
2016-10-30 15:17:10 -04:00
test_show.py
Improve tests
2016-12-04 21:54:50 +01:00
test_uninstall.py
Deprecate support for Python 3.3
2017-03-22 19:22:56 -04:00
test_uninstall_user.py
Fix tests when wheel is available in global site packages
2015-12-16 00:12:18 +01:00
test_warning.py
Update tests for the removal of Python 2.6
2017-03-18 14:52:14 -04:00
test_wheel.py
Failing exit status when no requirements specified ( #4210 )
2017-01-06 23:21:46 +01:00