Home | Trees | Indices | Help |
|
---|
|
object --+ | Supervisor --+ | LocalSupervisor
Base class for modeling/controlling servers which run in the same process.
When the server side runs in a different process, start/stop can dump all state between each test module easily. When the server side runs in the same process as the client, however, we have to do a bit more work to ensure config and mounted apps are reset between tests.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
using_apache = False
|
|||
using_wsgi = False
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 9 16:10:50 2012 | http://epydoc.sourceforge.net |