MCPcopy 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
13def 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
21def test_normal():

Callers 2

test_normalFunction · 0.85
test_low_memFunction · 0.85

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected