pip/tests/unit
Christopher Hunt be01170ba5
Merge pull request #7245 from chrahunt/refactor/simplify-req-file-parsing-2
Simplify requirement file parsing
2019-10-25 19:51:04 +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 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 Update references to collector.py 2019-10-19 22:24:53 +05:30
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 Update references to collector.py 2019-10-19 22:24:53 +05:30
test_command_install.py Use pytest parametrize for decide_user_install tests 2019-10-21 08:52:44 +01: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_finder.py Update references to collector.py 2019-10-19 22:24:53 +05:30
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.{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 test file to align with moved functions 2019-10-16 21:29:06 -04:00
test_networking_cache.py Move SafeFileCache to network.cache. 2019-09-21 16:24:31 -04:00
test_operations_prepare.py Rename test file to align with moved functions 2019-10-16 21:29:06 -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 Remove unused RequirementSet.require_hashes 2019-10-13 13:19:49 -04:00
test_req_file.py Simplify skip_requirements_regex option handling 2019-10-20 13:33:15 -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_self_check_outdated.py Import InstallationCandidate more directly 2019-10-19 22:22:11 +05:30
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 Clean up wheel.move_wheel_files (#7176) 2019-10-20 13:26:48 +05:30