pip/tests/unit
Jon Dufresne 5150129f6b Replace compat.expanduser() with os.path.expanduser()
The upstream bug has been fixed and released in all supported Python
version: https://bugs.python.org/issue14768
2020-12-29 08:15:55 -08:00
..
resolution_resolvelib Update tests for new signature 2020-10-27 01:05:29 +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 Drop u prefix from str literals 2020-12-25 07:26:06 -08:00
test_base_command.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_cache.py Drop u prefix from str literals 2020-12-25 07:26:06 -08:00
test_check.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_cmdoptions.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_collector.py Replace compat.expanduser() with os.path.expanduser() 2020-12-29 08:15:55 -08:00
test_command_install.py Use unified OSError and its subclasses 2020-12-26 12:16:09 -08:00
test_commands.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_compat.py Replace compat.expanduser() with os.path.expanduser() 2020-12-29 08:15:55 -08: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 Avoid AssertionError in pip freeze with editable direct URLs 2020-10-25 15:18:02 +01:00
test_finder.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_format_control.py Use short Python3 super() syntax 2020-12-24 15:11:51 -08:00
test_index.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -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 Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_models.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_models_wheel.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_network_auth.py Remove object from class definitions 2020-12-25 15:48:11 -08: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 f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_network_session.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00: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 Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_options.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00: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 Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_req_file.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_req_install.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_req_uninstall.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_resolution_legacy_resolver.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_search_scope.py Add SearchScope class. 2019-06-18 00:47:10 -07:00
test_self_check_outdated.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_target_python.py Support multiple `abi` and `platform` values for `pip download`. 2020-10-27 19:00:22 -04:00
test_urls.py Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
test_utils.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_utils_compatibility_tags.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_utils_distutils_args.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_utils_filesystem.py Revert "remove _copy_source_tree and friends" 2020-05-13 02:50:10 +05:30
test_utils_parallel.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_utils_pkg_resources.py Remove redundant Python 2.7 code 2020-12-22 09:06:26 +02:00
test_utils_subprocess.py Re-apply invalid metadata skip 2020-12-27 04:16:24 +08:00
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 Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
test_utils_virtualenv.py Correctly ignore system site-packages for venv 2019-11-05 14:45:08 +05:30
test_utils_wheel.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_vcs.py delete some dead test code (VERBOSE_FALSE) 2020-10-12 16:05:05 -07:00
test_vcs_mercurial.py Remove redundant Python 2.7 code 2020-12-22 09:06:26 +02:00
test_wheel.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_wheel_builder.py _should_cache does not depend on check_binary_allowed 2020-01-20 10:41:48 +01:00