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

Method test_defaults_with_str_path

Lib/test/test_venv.py:124–130  ·  view source on GitHub ↗

Test the create function with default arguments and a str path.

(self)

Source from the content-addressed store, hash-verified

122 # TODO: RUSTPYTHON
123 @unittest.expectedFailure
124 def test_defaults_with_str_path(self):
125 """
126 Test the create function with default arguments and a str path.
127 """
128 rmtree(self.env_dir)
129 self.run_with_capture(venv.create, self.env_dir)
130 self._check_output_of_default_create()
131
132 # TODO: RUSTPYTHON
133 @unittest.expectedFailure

Callers

nothing calls this directly

Calls 3

rmtreeFunction · 0.90
run_with_captureMethod · 0.80

Tested by

no test coverage detected