Commit 13c10ba6 authored by Denis Bilenko's avatar Denis Bilenko

fix test__wsgi.py to work with the new wsgi_test.py

parent 787ae663
from gevent import wsgi
import wsgi_test
from wsgi_test import *
del TestHttps, TestChunkedApp, TestBigChunks
del TestHttps
wsgi_test.server_implements_chunked = False
TestCase.get_wsgi_module = lambda *args: wsgi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment