MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_no_pip_by_default

Method test_no_pip_by_default

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

Source from the content-addressed store, hash-verified

915
916
917 def test_no_pip_by_default(self):
918 rmtree(self.env_dir)
919 self.run_with_capture(venv.create, self.env_dir)
920 self.assert_pip_not_installed()
921
922 def test_explicit_no_pip(self):
923 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