Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_system_quotes
Method
test_system_quotes
tests/test_process.py:155–157 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
153
self.assertEqual(status, 0)
154
155
def
test_system_quotes(self):
156
status = system(
'%s -c "import sys"'
% python)
157
self.assertEqual(status, 0)
158
159
def
assert_interrupts(self, command):
160
""
"
Callers
nothing calls this directly
Calls
1
system
Function · 0.90
Tested by
no test coverage detected