py
builtin
code
compat
error
execnet
io
log
magic
path
process
std
test
xml
call site 9 for process.cmdexec
index
api
source
contact
download
process/testing/test_cmdexec.py - line 6
5
6
7
def
test_simple(self):
-> out = cmdexec(
'echo hallo'
)
assert
out.strip() ==
'hallo'