]> granicus.if.org Git - python/commit
bpo-33967: Fix wrong use of assertRaises (GH-8306)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Jul 2018 05:38:28 +0000 (22:38 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Jul 2018 05:38:28 +0000 (22:38 -0700)
commit8b5d191386350d28a0f20283dcb366cf50f82b97
tree1a3064fb27df93b74d58af43541d2d3b5fdcd122
parentf1ab9cac909449ad85595245fa49b8660214cd0e
bpo-33967: Fix wrong use of assertRaises (GH-8306)

(cherry picked from commit 56d8f57b83a37b05a6f2fbc3e141bbc1ba6cb3a2)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Lib/test/test_functools.py