]> granicus.if.org Git - python/commit
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Jul 2018 10:13:06 +0000 (03:13 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Jul 2018 10:13:06 +0000 (03:13 -0700)
commitcb14eb7eedf36cd21aaf41c4d3eb1e6521fa7b11
tree03903a39da01e4ee70ab2fbc1dcf51d85b40eaa5
parent6ceab46a602c6653356d67d7479391fba0b35697
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)

Contributed by Bradley Laney.
(cherry picked from commit 6b490b5db40fc29588e8e6cc23bb89c4fed74ad5)

Co-authored-by: Bradley Laney <bradley.laney@gmail.com>
Lib/test/test_file.py
Lib/test/test_urllib2_localnet.py