pip/tests/unit
Pradyun Gedam e0239735a3
Refactor wheel.move_wheel_files to use updated distlib (#6763)
2019-09-09 00:18:15 +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 Rename compatible functions in tests.lib.path.Path. 2019-07-02 18:48:44 -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 Fix "~" expansion in --find-links paths. 2019-08-03 11:55:38 -07: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 Support including port part in trusted-host (#6909) 2019-08-25 16:26:01 -07:00
test_finder.py Add a make_no_network_finder() test helper. 2019-08-23 07:55:01 -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 Use pytest.param to skip certain parametrizations (#6944) 2019-08-31 17:13:44 +02:00
test_index_html_page.py Change isort multi_line_output to 3 2019-07-22 10:15:27 +05:30
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_options.py Only import a Command class when it is actually needed. 2019-07-26 23:30:26 -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 Remove unused arguments from Resolver constructor. 2019-09-06 18:53:35 -04:00
test_req_file.py Support including port part in trusted-host (#6909) 2019-08-25 16:26:01 -07:00
test_req_install.py Change isort multi_line_output to 3 2019-07-22 10:15:27 +05:30
test_req_uninstall.py Merge branch 'master' into uninstall-support-unc 2019-07-30 11:36:15 -07: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 Directly import objects to be tested, from utils.outdated (#6966) 2019-09-07 16:02:26 +05:30
test_utils.py Redact single-part login credentials from URLs (#6921) 2019-08-26 15:50:07 -07: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_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 Refactor wheel.move_wheel_files to use updated distlib (#6763) 2019-09-09 00:18:15 +05:30