diff --git a/CHANGES/12727.doc.rst b/CHANGES/12727.doc.rst new file mode 100644 index 00000000000..61ffeb82274 --- /dev/null +++ b/CHANGES/12727.doc.rst @@ -0,0 +1 @@ +Added ``aiointercept`` to list of third-party libraries -- by :user:`Polandia94`. diff --git a/docs/third_party.rst b/docs/third_party.rst index 865af7300a0..99ff8be3172 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -315,3 +315,6 @@ ask to raise the status. - `wireup `_ Performant, concise, and easy-to-use dependency injection container. + +- `aiointercept `_ + Mock aiohttp HTTP requests by routing them through a real aiohttp.web test server.