1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit
2021-10-06 12:48:48 -04:00
..
resolution_resolvelib Fix new mypy failures in tests/unit/resolution_resolvelib/ 2021-09-26 07:02:56 -07: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 Drop the hacky appdirs tests 2021-10-03 14:30:52 +01:00
test_base_command.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_cache.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_cmdoptions.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_collector.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_command_install.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_commands.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_compat.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_configuration.py Complete type annotations for tests/conftest.py and tests/lib/* 2021-09-29 19:57:29 -07:00
test_direct_url.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_direct_url_helpers.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_finder.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_format_control.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_index.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_link.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_locations.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_logging.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_metadata.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_models.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_models_wheel.py Remove stale xfail on macOS tag generation 2021-09-30 15:30:42 +08:00
test_network_auth.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_network_cache.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_network_download.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_network_lazy_wheel.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_network_session.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_network_utils.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_operations_prepare.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_options.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_packaging.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_pep517.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_req.py (joe) black + imports 2021-10-06 12:48:48 -04:00
test_req_file.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_req_install.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_req_uninstall.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_resolution_legacy_resolver.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_search_scope.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_self_check_outdated.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_target_python.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_urls.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_compatibility_tags.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_distutils_args.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_filesystem.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_parallel.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_pkg_resources.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_subprocess.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_temp_dir.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_unpacking.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_virtualenv.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_utils_wheel.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_vcs.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_vcs_mercurial.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_wheel.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_wheel_builder.py Add PEP 660 support (build_editable) 2021-09-28 23:04:51 +02:00