pip/tests/unit
Pradyun Gedam 58c594c06b
Prepare isort for black
2020-09-23 21:47:47 +05:30
..
resolution_resolvelib Prepare isort for black 2020-09-23 21:47:47 +05:30
__init__.py break up tests dir into data, unit tests, and functional tests 2013-05-29 13:41:12 -07:00
test_appdirs.py Actually test user_config_dir in TestUserConfigDir 2020-02-28 10:58:54 +01:00
test_base_command.py Use mock to patch for TZ env var 2020-09-04 15:06:08 +07:00
test_build_env.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
test_cache.py Add WheelCache method to inform which cache was used 2020-04-01 22:57:00 +02:00
test_check.py Sort imports as per newer isort 2018-06-27 12:53:31 +05:30
test_cmdoptions.py Move make_search_scope() to outdated.py. 2019-09-18 00:48:48 -07:00
test_collector.py feat(pip/_internal/*): Use custom raise_for_status method 2020-07-08 18:08:55 +05:30
test_command_install.py Rename function that reject location install options 2020-07-07 19:11:11 -04:00
test_commands.py Move outdated outside utils and rename (pypa/pip#6532) 2019-09-30 09:56:44 +02:00
test_compat.py Make test more explicit 2020-07-17 14:33:19 +07:00
test_configuration.py Use monkeypatch.setenv in config and option tests 2020-07-25 20:46:45 +07:00
test_direct_url.py Add DirectUrl model, implementing PEP 610 2020-04-01 22:56:59 +02:00
test_direct_url_helpers.py Add helper to get DirectUrl metadata from Distrribution 2020-04-01 22:56:59 +02:00
test_finder.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_format_control.py fix(_internal/commands): Define a default add_option to child commands 2020-05-23 14:55:37 +05:30
test_index.py Move yanked message unit tests to use resolver 2020-04-25 03:53:53 +08:00
test_link.py Add explicit test for hg+file 2019-09-22 11:06:07 -04:00
test_locations.py Update linter: isort 2020-09-23 19:52:28 +05:30
test_logging.py Use mock to patch for TZ env var 2020-09-04 15:06:08 +07:00
test_models.py Rename InstallationCandidate.{project -> name} 2019-11-11 11:37:53 +05:30
test_models_wheel.py Update references to pep425tags 2020-02-26 10:24:43 -08:00
test_network_auth.py When one keyring attempt fails, don't bother with more 2020-08-03 12:34:26 +02:00
test_network_cache.py Move network unit tests to align with subpackage names 2020-02-23 16:22:30 -05:00
test_network_download.py Move parse_content_disposition to network.download 2019-12-04 18:31:53 -05:00
test_network_lazy_wheel.py Use local server for an unit test for lazy wheel 2020-07-16 21:09:59 +07:00
test_network_session.py tests: session: Remake test_insecure_host into test_trusted_host 2020-03-26 21:29:32 +02:00
test_network_utils.py feat(pip/_internal/*): Use custom raise_for_status method 2020-07-08 18:08:55 +05:30
test_operations_prepare.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_options.py Merge pull request #8614 from McSinyx/monkeypatch.setenv 2020-09-04 11:05:15 +02:00
test_packaging.py Add some tests for check_requires_python(). 2019-05-22 09:05:37 -07:00
test_pep517.py Fix tests that build fake InstallRequirements with source_dir 2020-04-12 11:39:09 +02:00
test_req.py Tweak message when -r is not passed on a requirements.txt 2020-09-23 19:46:36 +05:30
test_req_file.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_req_install.py Only attach UUID to build dir for spec candidates 2020-06-04 23:26:19 +08:00
test_req_uninstall.py Add failing test for StashedUninstallPathSet symlink 2019-08-24 23:39:05 +02:00
test_resolution_legacy_resolver.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_search_scope.py Add SearchScope class. 2019-06-18 00:47:10 -07:00
test_self_check_outdated.py Create custom get_distribution function 2020-07-06 13:42:05 +05:30
test_target_python.py Make versions argument singular for pep425tags.get_supported() 2019-11-12 20:58:44 -05:00
test_urls.py Move path_to_url() to utils/urls.py. 2019-09-24 02:01:52 -07:00
test_utils.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_utils_compatibility_tags.py Update references to pep425tags 2020-02-26 10:24:43 -08:00
test_utils_distutils_args.py Add distutils args helpers 2019-11-30 17:39:56 -05:00
test_utils_filesystem.py Revert "remove _copy_source_tree and friends" 2020-05-13 02:50:10 +05:30
test_utils_parallel.py Make utils.parallel tests tear down properly 2020-07-04 15:07:38 +07:00
test_utils_pkg_resources.py Add DictMetadata for adapting zip data to Distribution 2020-01-04 20:49:41 -05:00
test_utils_subprocess.py Move UI helpers to cli subpackage (#6727) 2020-02-21 14:01:13 +05:30
test_utils_temp_dir.py Use explicit default value for TempDirectory delete flag 2020-01-29 23:04:14 -05:00
test_utils_unpacking.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_utils_virtualenv.py Correctly ignore system site-packages for venv 2019-11-05 14:45:08 +05:30
test_utils_wheel.py Fix tests module with flake8-bugbear 2020-06-05 02:41:08 +05:30
test_vcs.py Fix test that now requires a working git repo 2020-08-30 11:52:06 +02:00
test_vcs_mercurial.py Hide security-sensitive strings in VCS command log messages (#6890) 2019-08-21 03:22:57 -07:00
test_wheel.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_wheel_builder.py _should_cache does not depend on check_binary_allowed 2020-01-20 10:41:48 +01:00