1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/functional
2020-07-06 13:32:09 +05:30
..
__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_cache.py Fix a marker typo that the new registration of markers picked up :-) 2020-05-21 15:59:25 +01:00
test_check.py Addressed review comments 2020-04-08 13:59:33 +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 Add test to verify global config file path 2020-06-28 16:22:01 +05:30
test_debug.py tests: functional: Add new test_debug vendored version test 2020-04-11 01:54:57 +03:00
test_download.py fix method call 2020-06-01 18:18:33 +05:30
test_freeze.py Remove --always-unzip based tests 2020-06-25 16:52:15 +05:30
test_hash.py Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -04:00
test_help.py import status codes from cli.status_codes 2020-05-28 22:31:00 +05:30
test_install.py Add unit tests to verify pkg name normalization 2020-07-06 13:32:09 +05:30
test_install_check.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_install_cleanup.py Expect deprecation warning for build_dir in tests 2020-06-23 20:18:42 +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 Assert result string in test_prompt_for_authentication 2020-06-26 07:22:21 +05:30
test_install_direct_url.py This should not fail anymore 2020-06-02 20:03:53 +08:00
test_install_extras.py Merge pull request #8326 from ssurbhi560/use_methods_in_tests 2020-06-09 22:06:13 +02:00
test_install_force_reinstall.py refactor(tests): Add helper methods for path lookups 2020-06-02 17:38:55 +05:30
test_install_index.py use methods for path lookups in files: test_install_{extras, index} 2020-05-27 00:47:00 +05:30
test_install_reqs.py Allow for the deprecation warning in tests 2020-07-05 01:01:02 +05:30
test_install_requested.py Mark top level requirements as REQUESTED 2020-05-31 18:33:51 +02:00
test_install_upgrade.py Skip installing if the version matches locally 2020-07-06 11:06:14 +08:00
test_install_user.py Some tests need to monkeypatch the new resolver internals 2020-06-18 15:49:18 +01:00
test_install_vcs_git.py Mark a few more tests as working under the new resolver 2020-06-10 13:08:37 +01:00
test_install_wheel.py Ensure entry points are read as UTF-8 2020-06-10 20:58:20 +08:00
test_list.py Fix incorrect comment in tests 2020-04-10 19:02:57 +05:30
test_new_resolver.py Switch to --use-feature for determining which resolver to use 2020-07-03 18:49:56 +05:30
test_new_resolver_user.py Switch to --use-feature for determining which resolver to use 2020-07-03 18:49:56 +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 Use application context manager for PipSession. 2019-09-07 09:46:48 -04:00
test_show.py Addressed review comments 2020-04-08 13:59:33 +05:30
test_uninstall.py Remove --always-unzip based tests 2020-06-25 16:52:15 +05:30
test_uninstall_user.py Some tests need to monkeypatch the new resolver internals 2020-06-18 15:49:18 +01:00
test_vcs_bazaar.py Updated author email in configuration and tests 2020-05-28 16:51:02 -04:00
test_vcs_git.py Fix tests module with flake8-bugbear 2020-06-05 02:41:08 +05:30
test_vcs_mercurial.py Normailze case in tests 2020-01-15 17:50:41 +08:00
test_warning.py Add option to silence warnings related to deprecation of Python versions (#6739) 2019-12-15 09:59:34 +08:00
test_wheel.py Expect deprecation warning for build_dir in tests 2020-06-23 20:18:42 +08:00
test_yaml.py Switch to --use-feature for determining which resolver to use 2020-07-03 18:49:56 +05:30