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

Method test_no_pip_by_default

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

Source from the content-addressed store, hash-verified

917
918
919 def test_no_pip_by_default(self):
920 rmtree(self.env_dir)
921 self.run_with_capture(venv.create, self.env_dir)
922 self.assert_pip_not_installed()
923
924 def test_explicit_no_pip(self):
925 rmtree(self.env_dir)

Callers

nothing calls this directly

Calls 3

rmtreeFunction · 0.90
run_with_captureMethod · 0.80

Tested by

no test coverage detected