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

Method test_with_pip

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

do_test_with_pipMethod · 0.95

Tested by

no test coverage detected