1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit
2021-04-05 15:39:01 +01:00
..
resolution_resolvelib Merge pull request #9426 from uranusjr/new-resolver-resolve-user-order 2021-02-18 23:59:12 +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 Drop u prefix from str literals 2020-12-25 07:26:06 -08:00
test_base_command.py Lint 2021-02-10 13:38:21 +03:00
test_cache.py Remove support for legacy cache entries 2021-01-10 11:50:13 +01:00
test_check.py Use unittest.mock instead of mock 2021-02-10 13:28:55 +03:00
test_cmdoptions.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_collector.py Merge pull request #9606 from hexagonrecursion/fstr 2021-02-21 08:30:00 +00:00
test_command_install.py Lint 2021-02-10 13:38:21 +03:00
test_commands.py Lint 2021-02-10 13:38:21 +03:00
test_compat.py Remove str_to_display/console_to_str in favor of subprocess decoding 2021-02-20 06:04:01 -08:00
test_configuration.py Lint 2021-02-10 13:38:21 +03:00
test_direct_url.py Add DirectUrl model, implementing PEP 610 2020-04-01 22:56:59 +02:00
test_direct_url_helpers.py Lint 2021-02-10 13:38:21 +03:00
test_finder.py Lint 2021-04-02 15:17:59 +03:00
test_format_control.py Use short Python3 super() syntax 2020-12-24 15:11:51 -08:00
test_index.py fix test after changing debug string 2021-02-19 10:58:14 +00:00
test_link.py Add explicit test for hg+file 2019-09-22 11:06:07 -04:00
test_locations.py Implement sysconfig locations and warn on mismatch 2021-02-23 01:57:42 +08:00
test_logging.py Lint 2021-02-10 13:38:21 +03: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 Lint 2021-02-10 13:38:21 +03: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 Drop python2 related stuff in tests 2021-02-23 13:49:59 +03: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 Build local directories in-place with feature flag 2021-02-22 23:31:47 +00:00
test_req_file.py Merge pull request #9606 from hexagonrecursion/fstr 2021-02-21 08:30:00 +00:00
test_req_install.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
test_req_uninstall.py Merge pull request #9583 from hexagonrecursion/set-literal 2021-02-28 07:36:43 +00:00
test_resolution_legacy_resolver.py Fix some tests that are checking logs incorrectly 2021-04-05 15:39:01 +01:00
test_search_scope.py Add SearchScope class. 2019-06-18 00:47:10 -07:00
test_self_check_outdated.py Merge branch 'master' into object 2021-02-19 12:49:07 +00:00
test_target_python.py Lint 2021-02-10 13:38:21 +03: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 Remove Python 2 compat shim path_to_display() 2021-02-19 05:45:59 -08:00
test_utils_compatibility_tags.py Lint 2021-02-10 13:38:21 +03: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 unnecessary uses of six.ensure_(binary|str|text) 2020-12-27 07:56:18 -08:00
test_utils_subprocess.py Drop python2 related stuff in tests 2021-02-23 13:49:59 +03: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 Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
test_vcs.py Remove now unused VCS export code 2021-04-03 15:44:00 +02:00
test_vcs_mercurial.py Remove redundant Python 2.7 code 2020-12-22 09:06:26 +02:00
test_wheel.py Lint 2021-02-10 13:38:21 +03:00
test_wheel_builder.py Lint 2021-02-10 13:38:21 +03:00