paste.script.testapp – simple test WSGI application¶
Module Contents¶
- class paste.script.testapp.TestApplication(global_conf=None, text=False)¶
A test WSGI application, that prints out all the environmental variables, and if you add
?error=tto the URL it will deliberately throw an exception.