module documentation
Class GetSocketFamilyTests Tests for getSocketFamily.
Class SendmsgTests Tests for the Python2/3 compatible sendmsg interface.
Class StartStopProcessProtocol An IProcessProtocol with a Deferred for events where the subprocess starts and stops.
Exception ExitedWithStderr A process exited with some stderr.
Variable dontWaitSkip Undocumented
Class _FDHolder A wrapper around a FD that will remember if it has been closed or not.
Function _makePipe Create a pipe, and return the two FDs wrapped in _FDHolders.
Function _spawn Start a script that is a peer of this test as a subprocess.
dontWaitSkip: bool = (source)

Undocumented

def _makePipe(): (source)

Create a pipe, and return the two FDs wrapped in _FDHolders.

def _spawn(script, outputFD): (source)

Start a script that is a peer of this test as a subprocess.

Parameters
script:strthe module name of the script in this directory (no package prefix, no '.py')
outputFDUndocumented
Returns
StartStopProcessProtocolUndocumented