|
@@ -90,7 +90,7 @@ def is_ipv6_enabled(address='::1', port=8001):
|
|
continue
|
|
continue
|
|
finally:
|
|
finally:
|
|
if sock: sock.close()
|
|
if sock: sock.close()
|
|
- raise Exception('hoge')
|
|
|
|
|
|
+ return False
|
|
|
|
|
|
class TestHttpHandler(unittest.TestCase):
|
|
class TestHttpHandler(unittest.TestCase):
|
|
"""Tests for HttpHandler class"""
|
|
"""Tests for HttpHandler class"""
|