pip/tests/unit
Pradyun Gedam 03392873ec
Refactor metadata directory handling (#7087)
2019-09-28 17:34:43 +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 fix indentation errors 2019-02-22 14:06:08 +03:00
test_base_command.py Add some handle_pip_version_check() tests. 2019-08-07 23:14:46 -07:00
test_build_env.py Change PackageFinder.create() to accept a LinkCollector. 2019-09-18 00:59:04 -07:00
test_cache.py Update imports for the moved compat module 2018-07-29 18:32:20 +05:30
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 Move PipSession to network.session 2019-09-27 01:02:52 -04:00
test_command_install.py clarify WheelBuilder.build() a bit 2019-08-14 11:24:26 +02:00
test_commands.py Add some handle_pip_version_check() tests. 2019-08-07 23:14:46 -07:00
test_compat.py Change isort multi_line_output to 3 2019-07-22 10:15:27 +05:30
test_configuration.py Move config files locations inside a function (#6736) 2019-07-20 22:29:24 +02:00
test_download.py Move PipSession to network.session 2019-09-27 01:02:52 -04:00
test_finder.py Move LinkCollector to a new collector.py module. 2019-09-14 02:54:07 -07: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 Move PipSession to network.session 2019-09-27 01:02:52 -04:00
test_legacy_resolve.py Change isort multi_line_output to 3 2019-07-22 10:15:27 +05:30
test_link.py consolidate vcs link detection 2019-08-16 08:14:33 +02:00
test_locations.py tests: fix typos 2019-09-06 13:13:24 +02:00
test_logging.py Change isort multi_line_output to 3 2019-07-22 10:15:27 +05:30
test_models.py Rename InstallationCandidate.{location -> link} 2019-07-20 12:41:22 +05:30
test_network_session.py Normalize style 2019-09-27 01:03:47 -04:00
test_networking_auth.py Rename networking to network 2019-09-19 23:13:47 -04:00
test_networking_cache.py Move SafeFileCache to network.cache. 2019-09-21 16:24:31 -04:00
test_options.py Move `pip._internal:main` to its own module 2019-09-21 15:27:39 -04:00
test_packaging.py Add some tests for check_requires_python(). 2019-05-22 09:05:37 -07:00
test_pep425tags.py Don't append 'm' ABI flag in Python 3.8 2019-08-16 08:53:20 +02:00
test_pep517.py Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -04:00
test_req.py Refactor metadata directory handling (#7087) 2019-09-28 17:34:43 +05:30
test_req_file.py Move PipSession to network.session 2019-09-27 01:02:52 -04:00
test_req_install.py Rename {build_location -> ensure_build_location} 2019-09-15 22:09:34 +05:30
test_req_uninstall.py Add failing test for StashedUninstallPathSet symlink 2019-08-24 23:39:05 +02:00
test_search_scope.py Add SearchScope class. 2019-06-18 00:47:10 -07:00
test_target_python.py Add get_major_minor_version(). 2019-07-27 20:01:52 -07:00
test_unit_outdated.py Move PipSession to network.session 2019-09-27 01:02:52 -04:00
test_urls.py Move path_to_url() to utils/urls.py. 2019-09-24 02:01:52 -07:00
test_utils.py Move path_to_url() to utils/urls.py (#7075) 2019-09-25 10:00:33 +05:30
test_utils_filesystem.py Ignore errors copying socket files for source installs (in Python 3). (#6844) 2019-08-21 02:19:02 -07:00
test_utils_temp_dir.py Assert TempDirectory.path has not been cleaned up on access 2019-09-23 20:09:04 -04:00
test_utils_unpacking.py Address review comments 2019-09-24 22:43:06 -04:00
test_utils_virtualenv.py Add utils.virtualenv tests (#6738) 2019-07-19 21:36:11 +02:00
test_vcs.py Fix tests when running in git linked worktree 2019-09-07 13:04:55 +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 Remove link.is_artifact 2019-09-21 14:30:14 +05:30