Tests: reworked python tests with application.
This commit is contained in:
3
test/python/empty/wsgi.py
Normal file
3
test/python/empty/wsgi.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def application(env, start_response):
|
||||
start_response('200', [('Content-Length', '0')])
|
||||
return []
|
||||
Reference in New Issue
Block a user