TestSubprocessFlags#

class TestSubprocessFlags#

Flags to pass to test_trap_subprocess() to control input and output.

Note that in contrast with test_trap_fork(), the default is to not show stdout and stderr.

Fields#

class TestSubprocessFlags
DEFAULT#

The type of the None singleton.

INHERIT_STDERR#

The type of the None singleton.

INHERIT_STDIN#

The type of the None singleton.

INHERIT_STDOUT#

The type of the None singleton.