1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/functional
Andrey Bienkowski 510e691bc0 Undo removal of test docstring
It was very hard for me to figure out what this test was designed
to test. It turns out that when this test was promoted from unit
to functional someone forgot to copy the docstring

9faa9aef29
2021-02-10 21:02:28 +03: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 Use the requested log level when handling broken stdout pipe. 2019-01-21 12:45:59 -08:00
test_build_env.py The future is now 2020-12-28 18:34:06 +02: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 the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05: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 Use f-strings for simple string formatting 2020-12-25 16:21:20 -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_install.py Include both sources in inconsistency error 2021-01-18 19:00:52 +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 use methods for path lookups in files:{test_install, test_install_compat} 2020-05-29 13:42:13 +05:30
test_install_config.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_install_direct_url.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_install_extras.py Remove support for extras after specifier in requirements 2021-01-23 12:06:44 +00: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 Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_install_requested.py Mark top level requirements as REQUESTED 2020-05-31 18:33:51 +02:00
test_install_upgrade.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_install_user.py Mark tests using remote svn and hg as xfail 2020-08-24 09:43:50 +07:00
test_install_vcs_git.py Remove support for git+git@ pseudo VCS URLs. 2021-01-18 09:11:07 +01:00
test_install_wheel.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_list.py Add --exclude option to pip freeze and pip list commands 2020-10-30 21:50:59 +01:00
test_new_resolver.py More permissive output check 2021-01-27 21:55:50 +08:00
test_new_resolver_errors.py Update tests for resolver changes 2020-10-30 23:08:31 +05:30
test_new_resolver_hashes.py Drop u prefix from str literals 2020-12-25 07:26:06 -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 Remove unused imports 2018-06-13 13:17:30 +05:30
test_pep517.py Fix tests module with flake8-bugbear 2020-06-05 02:41:08 +05:30
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 Pin setuptools under 52 for easy_install tests 2021-01-25 22:16:58 +08:00
test_uninstall_user.py Reduce reliance on .egg-info directories in test suite 2020-07-25 13:02:20 +02:00
test_vcs_bazaar.py Harmonize type signature of VersionControl.get_remote_url() subclasses 2020-12-25 13:45:17 -08: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 Remove redundant Python 2.7 code 2020-12-22 09:06:26 +02:00
test_wheel.py Merge pull request #9274 from sbidoul/pip-wheel-must-keep-clone-sbi 2021-01-17 15:30:57 +00:00
test_yaml.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00