MCPcopy Create free account
hub / github.com/numpy/numpy / setup_method

Method setup_method

numpy/distutils/tests/test_exec_command.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98@pytest.mark.skipif(IS_WASM, reason="Cannot start subprocess")
99class TestExecCommand:
100 def setup_method(self):
101 self.pyexe = get_pythonexe()
102
103 def check_nt(self, **kws):
104 s, o = exec_command.exec_command('cmd /C echo path=%path%')

Callers

nothing calls this directly

Calls 1

get_pythonexeFunction · 0.90

Tested by

no test coverage detected