Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_system
Method
test_system
tests/test_process.py:151–153 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
self.mktmp(
"\n"
.join(lines))
150
151
def
test_system(self):
152
status = system(f
'{python} "{self.fname}"'
)
153
self.assertEqual(status, 0)
154
155
def
test_system_quotes(self):
156
status = system(
'%s -c "import sys"'
% python)
Callers
nothing calls this directly
Calls
1
system
Function · 0.90
Tested by
no test coverage detected