Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cd6f6113
Commit
cd6f6113
authored
Dec 07, 2013
by
Christian Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy 'n paste typo (thx Antoine)
parent
b82c915f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_events.py
+5
-5
No files found.
Lib/test/test_asyncio/test_events.py
View file @
cd6f6113
...
...
@@ -1393,19 +1393,19 @@ if sys.platform == 'win32':
return
windows_events
.
ProactorEventLoop
()
def
test_create_ssl_connection
(
self
):
raise
unittest
.
SkipTest
(
"IocpEventLoop i
m
compatible with SSL"
)
raise
unittest
.
SkipTest
(
"IocpEventLoop i
n
compatible with SSL"
)
def
test_create_server_ssl
(
self
):
raise
unittest
.
SkipTest
(
"IocpEventLoop i
m
compatible with SSL"
)
raise
unittest
.
SkipTest
(
"IocpEventLoop i
n
compatible with SSL"
)
def
test_create_server_ssl_verify_failed
(
self
):
raise
unittest
.
SkipTest
(
"IocpEventLoop i
m
compatible with SSL"
)
raise
unittest
.
SkipTest
(
"IocpEventLoop i
n
compatible with SSL"
)
def
test_create_server_ssl_match_failed
(
self
):
raise
unittest
.
SkipTest
(
"IocpEventLoop i
m
compatible with SSL"
)
raise
unittest
.
SkipTest
(
"IocpEventLoop i
n
compatible with SSL"
)
def
test_create_server_ssl_verified
(
self
):
raise
unittest
.
SkipTest
(
"IocpEventLoop i
m
compatible with SSL"
)
raise
unittest
.
SkipTest
(
"IocpEventLoop i
n
compatible with SSL"
)
def
test_reader_callback
(
self
):
raise
unittest
.
SkipTest
(
"IocpEventLoop does not have add_reader()"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment