Environment Management (functional_harness/env_general.py)

Assorted context managers for setting up the test environment

background_proc(argv, env, verbose=False, *args, **kwargs)[source]

Context manager for scoping the lifetime of a subprocess.Popen call

Parameters:
Return type:

Generator[None, None, None]