Tests: added Python test with not iterable object.
This commit is contained in:
@@ -5,6 +5,7 @@ class application:
|
||||
|
||||
def __iter__(self):
|
||||
self.start('200', [(('!', '0'))])
|
||||
yield b''
|
||||
|
||||
def close(self):
|
||||
self.environ['wsgi.errors'].write('Close called.')
|
||||
|
||||
Reference in New Issue
Block a user