class documentation

class MakeHTTPBinSiteTests(SynchronousTestCase): (source)

View In Hierarchy

Tests for :py:func:`_make_httpbin_site`.

Method setUp Undocumented
Method test_threadpool_management A thread pool is created that will be shut down when the reactor shuts down.
Instance Variable fake_threadpool Undocumented
Instance Variable fake_threadpool_state Undocumented
Instance Variable reactor Undocumented
def setUp(self): (source)

Undocumented

def test_threadpool_management(self): (source)

A thread pool is created that will be shut down when the reactor shuts down.

fake_threadpool = (source)

Undocumented

fake_threadpool_state = (source)

Undocumented

reactor = (source)

Undocumented