MCPcopy Index your code
hub / github.com/ipython/ipython / test_getoutput_quoted

Method test_getoutput_quoted

tests/test_process.py:211–213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 self.assertEqual(out, "on stdouton stderr")
210
211 def test_getoutput_quoted(self):
212 out = getoutput('%s -c "print (1)"' % python)
213 self.assertEqual(out.strip(), "1")
214
215 # Invalid quoting on windows
216 @dec.skip_win32

Callers

nothing calls this directly

Calls 1

getoutputFunction · 0.90

Tested by

no test coverage detected