1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/functional
Jon Dufresne 6a6561c2cb Move many type comments to annotations
Use the tool com2ann to automatically convert most type comments to type
annotations. Some type comments continue to exist where any work beyond
the automatic conversion was required (for example, additional
formatting or circular references).

For additional information on the com2ann tool, see:
https://github.com/ilevkivskyi/com2ann
2021-08-10 07:12:32 -07: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 pkg_resources usages from 'pip freeze' 2021-07-22 15:25:18 +08: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 Minor formatting tweaks (#10190) 2021-07-24 03:55:14 +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 Move many type comments to annotations 2021-08-10 07:12:32 -07: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 Remove get_installed_distributions usages 2021-07-22 23:22:12 +08: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 Add method to access the raw project name 2021-07-22 15:20:49 +08:00
test_new_resolver.py Respect the base's constraint for extra-ed package 2021-07-30 20:13:25 +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 Remove get_installed_distributions usages 2021-07-22 23:22:12 +08:00
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 Correctly normalize relative paths for 'pip show' 2021-07-31 14:55:43 +08:00
test_uninstall.py Error handling upon uninstall invalid parameter (#10171) 2021-07-24 21:24:30 +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 Skip warnings-as-errors test 2021-08-06 13:42:31 +01:00
test_wheel.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00