Commit 7c162ab9 authored by Denis Bilenko's avatar Denis Bilenko

test__server_pywsgi.py: delete commented out code

parent 65b2750b
......@@ -48,13 +48,6 @@ class Settings(http_Settings):
result = conn.read()
assert not result, repr(result)
# @staticmethod
# def assert500(self):
# conn = self.makefile()
# result = conn.read()
# assert not result, repr(result)
test__server.Settings = Settings
......
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