]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve test coverage for AsyncMock. (GH-17906)
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>
Wed, 15 Jan 2020 09:49:49 +0000 (15:19 +0530)
committerChris Withers <chris@withers.org>
Wed, 15 Jan 2020 09:49:49 +0000 (09:49 +0000)
commit54f743eb315f00b0ff45e115dde7a5d506034153
tree4a0ccd9b18e7c7f18327430ad1b7da40ea0407a0
parent45cf5db587d77606e12f4fdc98c7b87964a2f2be
Improve test coverage for AsyncMock. (GH-17906)

* Add test for nested async decorator patch.
* Add test for side_effect and wraps with a function.
* Add test for side_effect with an exception in the iterable.
Lib/unittest/test/testmock/testasync.py