8000 Adds shoutout to Martin Richard for asynctest. · lisroach/cpython@2fef02c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fef02c

Browse files
committed
Adds shoutout to Martin Richard for asynctest.
1 parent 033f7d3 commit 2fef02c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/unittest/mock.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,8 @@ class AsyncMock(AsyncMockMixin, AsyncMagicMixin, Mock):
22022202
case, the :class:`Mock` object behavior is the same as with an
22032203
:class:`.Mock` object: the wrapped object may have methods
22042204
defined as async function functions.
2205+
2206+
Based on Martin Richard's asyntest project.
22052207
"""
22062208

22072209

0 commit comments

Comments
 (0)
0