From 6a73fe47e281bd282fa8baeefb05af068c1feb14 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 7 Jan 2022 22:55:30 +0200 Subject: [PATCH] Fix readme, the plugin now provide fixtures for unused udp ports also --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7330e1a9..bfa9785a 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Features -------- - fixtures for creating and injecting versions of the asyncio event loop -- fixtures for injecting unused tcp ports +- fixtures for injecting unused tcp/udp ports - pytest markers for treating tests as asyncio coroutines - easy testing with non-default event loops - support for `async def` fixtures and async generator fixtures