Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_system_quotes
Method
test_system_quotes
IPython/utils/tests/test_process.py:112–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
self.assertEqual(status, 0)
111
112
def
test_system_quotes(self):
113
status = system(
'%s -c "import sys"'
% python)
114
self.assertEqual(status, 0)
115
116
def
assert_interrupts(self, command):
117
""
"
Callers
nothing calls this directly
Calls
1
system
Function · 0.90
Tested by
no test coverage detected