]> granicus.if.org Git - python/commit
bpo-37100: Fix test_coroutines with -Werror (GH-13756)
authorVictor Stinner <vstinner@redhat.com>
Sun, 2 Jun 2019 23:35:37 +0000 (01:35 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2019 23:35:37 +0000 (01:35 +0200)
commit3cf7ea1272fbc921a89acdbe40ca152813028cb5
tree08288a13b4dfef0389cb0fe3fd9ddb9b24c0ab55
parent7f4ae1b2cc60cb69938e7c88793b9e9a2dd36d93
bpo-37100: Fix test_coroutines with -Werror (GH-13756)

test_coroutines: test_unawaited_warning_when_module_broken() now uses
support.check_warnings() to catch expected RuntimeWarning.
Lib/test/test_coroutines.py