TestApplication

A test WSGI application, that prints out all the environmental variables, and if you add ?error=t to the URL it will deliberately throw an exception.


Methods

f __init__(self, global_conf=None, text=False) ...

f __call__(self, environ, start_response) ...

See the source for more information.