pip/tests/functional
Pradyun Gedam 724bf3df0c
Drop pytest-timeout
It is incompatible with pytest-xdist and causes crashes when used with
it. Also removes the marker from the only test that uses it.
2021-03-26 08:03:04 +00: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 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 Ignore dist-info directories with invalid name 2021-02-28 22:13:36 +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 Drop pytest-timeout 2021-03-26 08:03:04 +00: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 Merge pull request #9606 from hexagonrecursion/fstr 2021-02-21 08:30:00 +00: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 Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03: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 Show constraint in error message 2021-02-23 02:08:19 +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 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 Merge pull request #9583 from hexagonrecursion/set-literal 2021-02-28 07:36:43 +00:00
test_new_resolver_errors.py Add failing test 2021-02-28 07:31:37 +08:00
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 Replace `open(file, 'r')` with `open(file)` 2021-02-10 13:20:11 +03:00
test_pep517.py Drop python2 related stuff in tests 2021-02-23 13:49:59 +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 Pin setuptools under 52 for easy_install tests 2021-01-25 22:16:58 +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 Replace `open(file, 'r')` with `open(file)` 2021-02-10 13:20:11 +03: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 Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_yaml.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00