Skip to content

Commit 66c35f1

Browse files
committed
Add a doc comment to the test_create_server_5 test.
1 parent 03d6818 commit 66c35f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_tcp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ def test_create_server_4(self):
178178
self.loop.create_server(object, *addr))
179179

180180
def test_create_server_5(self):
181+
# Test that create_server sets the TCP_IPV6ONLY flag,
182+
# so it can bind to ipv4 and ipv6 addresses
183+
# simultaneously.
184+
181185
port = tb.find_free_port()
182186

183187
async def runner():

0 commit comments

Comments
 (0)