Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ invoke_program
Function
invoke_program
tests/test_piper_low_mem.py:13–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
13
def
invoke_program():
14
with
open(os.devnull,
'w'
)
as
devnull:
15
proc = piper.popen_sp([
'python'
,
'--version'
],
16
stdout=devnull, stderr=devnull)
17
if
proc:
18
proc.wait()
19
20
21
def
test_normal():
Callers
2
test_normal
Function · 0.85
test_low_mem
Function · 0.85
Calls
1
wait
Method · 0.80
Tested by
no test coverage detected