(self)
| 98 | @pytest.mark.skipif(IS_WASM, reason="Cannot start subprocess") |
| 99 | class 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%') |
nothing calls this directly
no test coverage detected