module documentation

General helpers for twisted.web unit tests.

Class FlattenTestCase A test case that assists with testing twisted.web._flatten.
Function assertIsFilesystemTemporary Assert that fileObj is a temporary file on the filesystem.
Function _render Undocumented
def assertIsFilesystemTemporary(case, fileObj): (source)

Assert that fileObj is a temporary file on the filesystem.

Parameters
caseA TestCase instance to use to make the assertion.
fileObjUndocumented
Raises
Unknown exceptioncase.failureException if fileObj is not a temporary file on the filesystem.
def _render(resource, request): (source)

Undocumented