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