1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/functional
Tzu-ping Chung 26778e9436
Merge pull request #10079 from new-resolver-url-equivalent-no-hash
Smarter (and looser) link equivalency logic
2021-07-22 15:45:13 +08:00
..
__init__.py break up tests dir into data, unit tests, and functional tests 2013-05-29 13:41:12 -07:00
test_broken_stdout.py -v shows subprocess output 2021-03-12 13:12:09 +01:00
test_build_env.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_cache.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_check.py tests: Check only the last output lines 2020-07-27 19:51:47 +05:30
test_cli.py Revert "fix test_entrypoints_work test" 2020-05-13 02:50:10 +05:30
test_completion.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_configuration.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_debug.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_download.py Undo removal of test docstring 2021-02-10 21:02:28 +03:00
test_fast_deps.py Drop u prefix from str literals 2020-12-25 07:26:06 -08:00
test_freeze.py Remove deprecated --find-links option from pip freeze 2021-07-13 22:15:07 +02:00
test_hash.py Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -04:00
test_help.py Lint 2021-02-10 13:38:21 +03:00
test_index.py Implement new command 'pip index versions' 2021-06-11 19:01:14 +08:00
test_install.py Suppress "not on PATH" warning when --prefix is given 2021-07-12 11:39:56 +08:00
test_install_check.py Update message displayed on conflicts post-resolution 2020-11-12 06:53:29 +05:30
test_install_cleanup.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_install_compat.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_install_config.py Use f-strings for formatting 2021-03-30 15:48:27 +03:00
test_install_direct_url.py Add failed test case 2021-04-19 08:31:28 +08:00
test_install_extras.py Special case warning for requirements.txt install (#9915) 2021-07-12 11:40:43 +08:00
test_install_force_reinstall.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_install_index.py Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
test_install_reqs.py Smarter (and looser) link equivalency logic 2021-07-22 15:27:10 +08:00
test_install_requested.py Mark top level requirements as REQUESTED 2020-05-31 18:33:51 +02:00
test_install_upgrade.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_install_user.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_install_vcs_git.py Log commit SHA when installing package via Git URI (#10149) 2021-07-22 15:29:16 +08:00
test_install_wheel.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_list.py pip list now normalizes the project name 2021-07-12 11:44:23 +08:00
test_new_resolver.py Smarter (and looser) link equivalency logic 2021-07-22 15:27:10 +08:00
test_new_resolver_errors.py Check Requires-Python before other dependencies 2021-06-02 01:54:44 +08:00
test_new_resolver_hashes.py Move assert_[not_]installed to Script and use it 2021-07-12 11:44:23 +08:00
test_new_resolver_target.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_new_resolver_user.py Update tests for resolver changes 2020-10-30 23:08:31 +05:30
test_no_color.py Replace open(file, 'r') with open(file) 2021-02-10 13:20:11 +03:00
test_pep517.py Replace use of vendored toml in tests with PyPI toml 2021-07-02 00:21:00 +03:00
test_requests.py Switch pip to use Warehouse by default 2018-04-16 15:54:11 -04:00
test_search.py Skip pip search tests unless explicitly requested 2020-12-15 17:23:20 +08:00
test_show.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_uninstall.py Move assert_[not_]installed to Script and use it 2021-07-12 11:44:23 +08:00
test_uninstall_user.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_vcs_bazaar.py Remove now unused VCS export code 2021-04-03 15:44:00 +02:00
test_vcs_git.py Drop u prefix from str literals 2020-12-25 07:26:06 -08:00
test_vcs_mercurial.py Normailze case in tests 2020-01-15 17:50:41 +08:00
test_vcs_subversion.py Handle ._get_svn_url_rev() returning None in .get_remote_url() 2020-12-31 14:36:58 -08:00
test_warning.py Make pip work with warnings converted to errors 2021-04-05 15:31:08 +01:00
test_wheel.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00