commit | 54f743eb315f00b0ff45e115dde7a5d506034153 | [log] [tgz] |
---|---|---|
author | Karthikeyan Singaravelan <tir.karthi@gmail.com> | Wed Jan 15 15:19:49 2020 +0530 |
committer | Chris Withers <chris@withers.org> | Wed Jan 15 09:49:49 2020 +0000 |
tree | 4a0ccd9b18e7c7f18327430ad1b7da40ea0407a0 | |
parent | 45cf5db587d77606e12f4fdc98c7b87964a2f2be [diff] |
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.