MCPcopy Index your code
hub / github.com/python/cpython / test_explicit_no_pip

Method test_explicit_no_pip

Lib/test/test_venv.py:924–927  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

922 self.assert_pip_not_installed()
923
924 def test_explicit_no_pip(self):
925 rmtree(self.env_dir)
926 self.run_with_capture(venv.create, self.env_dir, with_pip=False)
927 self.assert_pip_not_installed()
928
929 def test_devnull(self):
930 # Fix for issue #20053 uses os.devnull to force a config file to

Callers

nothing calls this directly

Calls 3

rmtreeFunction · 0.90
run_with_captureMethod · 0.80

Tested by

no test coverage detected