1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit
Chris Hunt 6eb83c6d3a Move remaining functions in download to operations.prepare
The only user of this module is operations.prepare.RequirementPreparer.
Moving the functionality to the single using module means that
refactoring will be easier (since all the mess is in one place). This
also removes a mis-named module from the top-level of the repository.
2019-10-16 21:29:06 -04: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 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 Move remaining functions in download to operations.prepare 2019-10-16 21:29:06 -04: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 Align interface of tests.lib.path.Path.mkdir with pathlib.Path.mkdir. 2019-10-06 21:55:10 -04:00
test_command_install.py clarify WheelBuilder.build() a bit 2019-08-14 11:24:26 +02:00
test_commands.py Move outdated outside utils and rename (pypa/pip#6532) 2019-09-30 09:56:44 +02:00
test_compat.py Align interface of tests.lib.path.Path.mkdir with pathlib.Path.mkdir. 2019-10-06 21:55:10 -04:00
test_configuration.py Move config files locations inside a function (#6736) 2019-07-20 22:29:24 +02:00
test_download.py Move remaining functions in download to operations.prepare 2019-10-16 21:29:06 -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 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 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 Remove the deprecated pip config --venv option (#7163) 2019-10-09 23:28:00 +02:00
test_packaging.py Add some tests for check_requires_python(). 2019-05-22 09:05:37 -07:00
test_pep425tags.py Add manylinux2014 support 2019-10-09 22:09:28 +02:00
test_pep517.py Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -04:00
test_req.py Rename tests.lib.path.Path.{abspath -> resolve()} 2019-10-07 18:01:06 +05:30
test_req_file.py Rename tests.lib.path.Path.{abspath -> resolve()} 2019-10-07 18:01:06 +05:30
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_self_check_outdated.py rename test file 2019-09-30 11:35:57 +02:00
test_target_python.py Add get_major_minor_version(). 2019-07-27 20:01:52 -07:00
test_urls.py Move path_to_url() to utils/urls.py. 2019-09-24 02:01:52 -07:00
test_utils.py Align interface of tests.lib.path.Path.mkdir with pathlib.Path.mkdir. 2019-10-06 21:55:10 -04:00
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_subprocess.py Move tests for utils.subprocess to dedicated file 2019-09-30 11:42:08 +05:30
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 Add need_svn decorator for tests which require svn 2019-10-15 17:22:16 +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