Tests: more Python tests.
This commit is contained in:
5
test/python/errors_write/wsgi.py
Normal file
5
test/python/errors_write/wsgi.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def application(environ, start_response):
|
||||
environ['wsgi.errors'].write('Error in application.')
|
||||
|
||||
start_response('200', [('Content-Length', '0')])
|
||||
return []
|
||||
Reference in New Issue
Block a user