1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/functional
2019-10-19 11:03:15 +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_check.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_completion.py Remove autocomplete import from pip._internal.__init__ 2019-09-21 15:27:47 -04:00
test_configuration.py fix-5963: assert error message 2019-05-12 22:28:45 +03:00
test_debug.py Show cert config value first 2019-10-17 12:31:49 +05:30
test_download.py Add manylinux2014 support 2019-10-09 22:09:28 +02:00
test_freeze.py Merge pull request #6857 from abs51295/fix-pip-freeze 2019-10-17 20:08:23 -04:00
test_hash.py Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -04:00
test_help.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
test_install.py Fix PEP 517 builds for packages without setup.py (#6606) 2019-10-17 22:18:03 +05:30
test_install_check.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_install_cleanup.py Change local_checkout() to accept tmpdir. 2019-09-13 21:41:32 -07:00
test_install_compat.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_install_config.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_install_extras.py Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -04:00
test_install_force_reinstall.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_install_index.py Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -04:00
test_install_reqs.py Add need_svn decorator for tests which require svn 2019-10-15 17:22:16 +05:30
test_install_upgrade.py Change local_checkout() to accept tmpdir. 2019-09-13 21:41:32 -07:00
test_install_user.py Add need_svn decorator for tests which require svn 2019-10-15 17:22:16 +05:30
test_install_vcs_git.py Assert that repo_url_path doesn't exist. 2019-09-21 02:31:25 -07:00
test_install_wheel.py Merge pull request #6856 from chrahunt/maint/remove-unneeded-expect-error-stderr 2019-08-12 15:08:56 -07:00
test_list.py Utilize "pip_install_local" where possible 2019-07-29 14:27:28 +05:30
test_no_color.py Remove unused imports 2018-06-13 13:17:30 +05:30
test_pep517.py Align interface of tests.lib.path.Path.mkdir with pathlib.Path.mkdir. 2019-10-06 21:55:10 -04:00
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 Remove useless python packages from required_cap 2019-09-03 20:46:28 +03:00
test_uninstall.py Add need_svn decorator for tests which require svn 2019-10-15 17:22:16 +05:30
test_uninstall_user.py Align interface of tests.lib.path.Path.mkdir with pathlib.Path.mkdir. 2019-10-06 21:55:10 -04:00
test_vcs_bazaar.py Hide security-sensitive strings in VCS command log messages (#6890) 2019-08-21 03:22:57 -07:00
test_vcs_git.py Remove unneeded expect_stderr=True in some vcs tests. 2019-05-06 14:55:16 -04:00
test_warning.py Sort imports for the greater good 2019-09-28 18:16:34 +05:30
test_wheel.py Add new option: pip wheel --save-wheel-names 2019-09-25 13:39:34 +02:00
test_yaml.py Allow errors in YAML test outputs 2019-10-01 11:24:21 +05:30