Class LiveServerThread
Thread for running a live http server while the tests are running.
Declaration
class LiveServerThread(threading.Thread)
source linkDocumentation
Methods
▷ def __init__(self, host, static_handler, connections_override=None, port=0) ▷ def run(self) Set up the live server and databases, and then loop over handling HTTP requests.