commit | e7cb23bf2079087068a08502f96fdf20b317d69c | [log] [tgz] |
---|---|---|
author | Xtreak <tir.karthi@gmail.com> | Tue May 21 14:17:17 2019 +0530 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue May 21 01:47:17 2019 -0700 |
tree | 8d975456ed991b306c917eee52d714d0df734be4 | |
parent | d0ebf13e50dd736cdb355fa42c23837abbb88127 [diff] |
Fix RuntimeWarning in unittest.mock asyncio example (GH-13449) * This PR fixes the `RuntimeWarning` in `inspect.isawaitable(mock())` where `mock()` was not awaited. * Fix typo in asynctest project.