]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Apr 2019 17:50:52 +0000 (10:50 -0700)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2019 17:50:52 +0000 (10:50 -0700)
commit9f9e029bd2223ecba46eaefecadf0ac252d891f2
treee6c298719e1c63f6ce5aba2201cc0b43292361ea
parent7723d0545c3369e1b2601b207c250c70ce90b75e
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)

(cherry picked from commit cd466559c4a312b3c1223a774ad4df19fc4f0407)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_gzip.py