We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b921f commit 5eda5a5Copy full SHA for 5eda5a5
tests/test_binding.py
@@ -294,7 +294,6 @@ def test_socket_gethostbyname(self):
294
self.context.host = socket.gethostbyname(self.context.host)
295
self.assertTrue(self.context.connect())
296
297
-
298
class TestUnicodeConnect(BindingTestCase):
299
def test_unicode_connect(self):
300
opts = self.opts.kwargs.copy()
0 commit comments