1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit
2019-12-24 23:30:55 +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 Default to /etc/xdg if XDG_CONFIG_DIRS if empty 2019-12-23 14:33:17 +08:00
test_base_command.py Add some handle_pip_version_check() tests. 2019-08-07 23:14:46 -07:00
test_build_env.py Skip all failing tests when using venv 2019-11-05 23:02:45 +05:30
test_cache.py Fix WheelCache.get in presence of legacy cache keys 2019-12-15 23:43:36 +01:00
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 Change CollectedLinks to store project_urls. 2019-11-10 21:27:00 -05:00
test_command_install.py Deprecate install-location-related options in --install-option 2019-11-30 17:42:48 -05:00
test_commands.py Move outdated outside utils and rename (pypa/pip#6532) 2019-09-30 09:56:44 +02:00
test_compat.py Remove unused compat.native_str 2019-11-10 18:06:24 -05:00
test_configuration.py Move config files locations inside a function (#6736) 2019-07-20 22:29:24 +02:00
test_finder.py Move wheel to operations.install.wheel (#7421) 2019-12-04 06:02:39 +08: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 Update references to collector.py 2019-10-19 22:24:53 +05:30
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.{project -> name} 2019-11-11 11:37:53 +05:30
test_models_wheel.py Move Wheel tests 2019-12-02 11:52:51 +08:00
test_network_download.py Move parse_content_disposition to network.download 2019-12-04 18:31:53 -05:00
test_network_session.py Normalize style 2019-09-27 01:03:47 -04:00
test_networking_auth.py Move helper mock classes to dedicated module 2019-12-04 18:30:21 -05:00
test_networking_cache.py Move SafeFileCache to network.cache. 2019-09-21 16:24:31 -04:00
test_operations_prepare.py Make download_http_url existing bad file test functional 2019-12-13 20:30:45 -05:00
test_options.py Move pip._internal.main to cli submodule 2019-12-18 21:09:22 -05:00
test_packaging.py Add some tests for check_requires_python(). 2019-05-22 09:05:37 -07:00
test_pep425tags.py Move format_tag to pep425tags 2019-12-02 11:52:51 +08:00
test_pep517.py Enforce requirement format in build-system.requires 2019-11-09 20:58:27 -05:00
test_req.py Remove unused arguments 2019-12-05 20:29:43 -05:00
test_req_file.py Make session required in pip._internal.req.req_file functions 2019-11-03 20:49:11 -05: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_self_check_outdated.py Import InstallationCandidate more directly 2019-10-19 22:22:11 +05:30
test_target_python.py Make versions argument singular for pep425tags.get_supported() 2019-11-12 20:58:44 -05:00
test_urls.py Move path_to_url() to utils/urls.py. 2019-09-24 02:01:52 -07:00
test_utils.py Tweak format_size utility function to include a space (#7399) 2019-11-25 22:09:10 +01:00
test_utils_distutils_args.py Add distutils args helpers 2019-11-30 17:39:56 -05: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 Add global TempDirectory manager 2019-12-09 06:06:37 +08:00
test_utils_unpacking.py Address review comments 2019-09-24 22:43:06 -04:00
test_utils_virtualenv.py Correctly ignore system site-packages for venv 2019-11-05 14:45:08 +05:30
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 Switch to install_wheel in unit tests 2019-12-14 11:38:31 -05:00
test_wheel_builder.py Make WheelBuilder should_unpack argument explicit 2019-12-12 23:46:05 +01:00