class documentation

class LiveServerThread(threading.Thread):

View In Hierarchy

Thread for running a live HTTP server while the tests are running.
Method __init__ Undocumented
Method ​_create​_server Undocumented
Method run Set up the live server and databases, and then loop over handling HTTP requests.
Method terminate Undocumented
Instance Variable connections​_override Undocumented
Instance Variable error Undocumented
Instance Variable host Undocumented
Instance Variable httpd Undocumented
Instance Variable is​_ready Undocumented
Instance Variable port Undocumented
Instance Variable static​_handler Undocumented
def __init__(self, host, static_handler, connections_override=None, port=0):

Undocumented

def _create_server(self, connections_override=None):

Undocumented

def run(self):
Set up the live server and databases, and then loop over handling HTTP requests.
def terminate(self):

Undocumented

connections_override =

Undocumented

error =

Undocumented

host =

Undocumented

httpd =

Undocumented

is_ready =

Undocumented

port =

Undocumented

static_handler =

Undocumented