TestTrapFlags#

Deprecated since version 2.38: TestTrapFlags is used only with test_trap_fork(), which is deprecated. test_trap_subprocess() uses TestSubprocessFlags.

class TestTrapFlags#

Test traps are guards around forked tests. These flags determine what traps to set.

Fields#

class TestTrapFlags
DEFAULT#

The type of the None singleton.

INHERIT_STDIN#

The type of the None singleton.

SILENCE_STDERR#

The type of the None singleton.

SILENCE_STDOUT#

The type of the None singleton.