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

Method test_explicit_no_pip

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

Source from the content-addressed store, hash-verified

920 self.assert_pip_not_installed()
921
922 def test_explicit_no_pip(self):
923 rmtree(self.env_dir)
924 self.run_with_capture(venv.create, self.env_dir, with_pip=False)
925 self.assert_pip_not_installed()
926
927 def test_devnull(self):
928 # 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