Commit 883ba614 authored by Denis Bilenko's avatar Denis Bilenko

add wsgi2_test.py

parent 4dfd64c8
import sys
from gevent import wsgi2
from wsgi_test import *
del TestHttps, TestChunkedApp, TestBigChunks
TestCase.get_wsgi_module = lambda *args: wsgi2
if __name__ == '__main__':
greentest.main()
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