def test_create_server_ssl(self):
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+ def test_create_server_ssl_verify_failed(self):
+ raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+
+ def test_create_server_ssl_match_failed(self):
+ raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+
+ def test_create_server_ssl_verified(self):
+ raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+
def test_reader_callback(self):
raise unittest.SkipTest("IocpEventLoop does not have add_reader()")