mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
copy 'n paste typo (thx Antoine)
This commit is contained in:
parent
b82c915fa2
commit
cd6f61137a
1 changed files with 5 additions and 5 deletions
|
|
@ -1393,19 +1393,19 @@ if sys.platform == 'win32':
|
|||
return windows_events.ProactorEventLoop()
|
||||
|
||||
def test_create_ssl_connection(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
|
||||
|
||||
def test_create_server_ssl(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
|
||||
|
||||
def test_create_server_ssl_verify_failed(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
|
||||
|
||||
def test_create_server_ssl_match_failed(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
|
||||
|
||||
def test_create_server_ssl_verified(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
raise unittest.SkipTest("IocpEventLoop incompatible with SSL")
|
||||
|
||||
def test_reader_callback(self):
|
||||
raise unittest.SkipTest("IocpEventLoop does not have add_reader()")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue