Fix styling issues with add timeout to stream with testing

This commit is contained in:
cjstapleton
2014-02-28 19:06:59 -06:00
parent 930f03c864
commit 5f404a0592
+1 -2
View File
@@ -1170,6 +1170,7 @@ class TestMorselToCookieMaxAge(unittest.TestCase):
with pytest.raises(TypeError):
morsel_to_cookie(morsel)
class TestTimeout:
def test_stream_timeout(self):
try:
@@ -1180,5 +1181,3 @@ class TestTimeout:
if __name__ == '__main__':
unittest.main()