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

Method test_with_pip

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

Source from the content-addressed store, hash-verified

1054 @requires_venv_with_pip()
1055 @requires_resource('cpu')
1056 def test_with_pip(self):
1057 self.do_test_with_pip(False)
1058 self.do_test_with_pip(True)
1059
1060
1061if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

do_test_with_pipMethod · 0.95

Tested by

no test coverage detected