pip/tests/unit
Pradyun Gedam ab6ac9d31b
Merge pull request #8221 from pradyunsg/revert-in-place-builds
2020-05-19 11:43:45 +05:30
..
resolution_resolvelib Uninstall existing dist before reinstallation 2020-04-08 17:17:25 +08:00
__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 tempdir_registry to control auto-deleted files globally 2020-01-29 23:04:26 -05: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 add failing test ; apply the fix ; add template NEWS entry 2020-04-07 12:01:43 -07:00
test_command_install.py Merge pull request #7707 from pfmoore/refactor_options 2020-02-07 14:22:10 +00:00
test_commands.py Move outdated outside utils and rename (pypa/pip#6532) 2019-09-30 09:56:44 +02:00
test_compat.py Use USERPROFILE in expanduser test 2020-01-12 19:44:43 -05:00
test_configuration.py Move config files locations inside a function (#6736) 2019-07-20 22:29:24 +02: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 Update references to pep425tags 2020-02-26 10:24:43 -08:00
test_format_control.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -04:00
test_index.py Update references to pep425tags 2020-02-26 10:24:43 -08:00
test_link.py Add explicit test for hg+file 2019-09-22 11:06:07 -04:00
test_locations.py Align interface of tests.lib.path.Path.mkdir with pathlib.Path.mkdir. 2019-10-06 21:55:10 -04:00
test_logging.py Fix coding style 2020-04-04 22:30:57 +03: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 Move network unit tests to align with subpackage names 2020-02-23 16:22:30 -05: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_session.py tests: session: Remake test_insecure_host into test_trusted_host 2020-03-26 21:29:32 +02:00
test_operations_prepare.py Merge pull request #8221 from pradyunsg/revert-in-place-builds 2020-05-19 11:43:45 +05:30
test_options.py Drop --skip-requirements-regex 2020-04-20 22:37:25 +05:30
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 Fix tests that build fake InstallRequirements with source_dir 2020-04-12 11:39:09 +02:00
test_req_file.py Update tests, didn't directly reference "regex" 2020-04-20 22:58:10 +05:30
test_req_install.py Do not write delete marker file to track source_dir delete preference 2020-02-05 20:14:44 -05:00
test_req_uninstall.py Add failing test for StashedUninstallPathSet symlink 2019-08-24 23:39:05 +02:00
test_resolution_legacy_resolver.py Rename legacy resolver unit tests 2020-02-25 09:04:07 -05:00
test_search_scope.py Add SearchScope class. 2019-06-18 00:47:10 -07:00
test_self_check_outdated.py Import InstallationCandidate more directly 2019-10-19 22:22:11 +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 Move tabulate to utils.misc and test it 2020-04-07 17:35:47 +07:00
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 Merge pull request #8221 from pradyunsg/revert-in-place-builds 2020-05-19 11:43:45 +05:30
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 Update old-style formatting to new-style formatting (#7762) 2020-02-21 21:48:14 +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 Parameterize wheel file path for metadata extraction 2020-01-04 20:50:17 -05:00
test_vcs.py Changed ValueError to InstallationError 2020-03-30 22:29:40 +05:30
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 Merge pull request #8166 from deveshks/fix-generated-file-mode 2020-05-18 19:49:30 +05:30
test_wheel_builder.py _should_cache does not depend on check_binary_allowed 2020-01-20 10:41:48 +01:00