We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_get_pip_whl_path_ctx
1 parent 36d9073 commit 951012cCopy full SHA for 951012c
Lib/test/test_ensurepip.py
@@ -37,8 +37,8 @@ def test_selected_wheel_path_no_dir(self):
37
with ensurepip._get_pip_whl_path_ctx() as bundled_wheel_path:
38
self.assertEqual(pip_filename, bundled_wheel_path.name)
39
40
- def test_get_pip_info_with_dir(self):
41
- # Test _get_pip_info() with a wheel package directory
+ def test_selected_wheel_path_with_dir(self):
+ # Test _get_pip_whl_path_ctx() with a wheel package directory
42
pip_filename = "pip-20.2.2-py2.py3-none-any.whl"
43
44
with tempfile.TemporaryDirectory() as tmpdir:
0 commit comments