pip/tests/functional
Ellen Marie Dash 2d978309a2 [commands/cache] Minor clean-up.
- Consistently use singular 'cache' (not plural 'caches').
- Remove unnecessary uses of the word 'currently'.
- Use 'file(s)' instead of 'files', to account for case of only one file.
- Use .format() when appropriate.
- Minor cleanup of `pip cache`-related files in docs/.
2020-04-01 16:54:42 -04: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_cache.py [commands/cache] Minor clean-up. 2020-04-01 16:54:42 -04:00
test_check.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_cli.py Add warning when using old console script wrappers 2019-12-20 22:01:25 -05:00
test_completion.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
test_configuration.py fix-5963: assert error message 2019-05-12 22:28:45 +03:00
test_debug.py Update references to pep425tags 2020-02-26 10:24:43 -08:00
test_download.py Use valid wheel for functional download tests 2020-01-04 23:08:43 +01:00
test_freeze.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05: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 Added an end-to-end install test of the new resolver 2020-03-18 14:54:29 +00:00
test_install_check.py Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
test_install_cleanup.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
test_install_compat.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
test_install_config.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
test_install_extras.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
test_install_force_reinstall.py Modify test to unify site_packages path usages 2020-01-14 21:56:23 +08:00
test_install_index.py String formatting updated 2020-01-23 18:09:59 +05:30
test_install_reqs.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
test_install_upgrade.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
test_install_user.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
test_install_vcs_git.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
test_install_wheel.py Remove unused futurewheel fixture 2020-01-31 19:33:51 -05:00
test_list.py Skip all failing tests when using venv 2019-11-05 23:02:45 +05:30
test_new_resolver.py Use set operations in tests for readability 2020-03-27 02:39:33 +08:00
test_no_color.py Remove unused imports 2018-06-13 13:17:30 +05:30
test_pep517.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05: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 pip is spelt all-lowercase 2020-02-18 10:55:16 +05:30
test_uninstall.py Add test to ensure egg-link is removed after uninstall 2020-03-30 01:31:08 +05:30
test_uninstall_user.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05: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 Normailze case in tests 2020-01-15 17:50:41 +08:00
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 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
test_yaml.py remove extra whitespace 2020-03-31 15:55:16 -05:00