MCPcopy Create free account
hub / github.com/ipython/ipython / test_system

Method test_system

IPython/utils/tests/test_process.py:108–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 self.mktmp('\n'.join(lines))
107
108 def test_system(self):
109 status = system('%s "%s"' % (python, self.fname))
110 self.assertEqual(status, 0)
111
112 def test_system_quotes(self):
113 status = system('%s -c "import sys"' % python)

Callers

nothing calls this directly

Calls 1

systemFunction · 0.90

Tested by

no test coverage detected