]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Oct 2018 21:42:26 +0000 (14:42 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Oct 2018 21:42:26 +0000 (14:42 -0700)
commit482dc9445d834f1d03c501b45fafd422b6eb8c9c
treeff7ea66d1405f15d7bbbd7eca4825985da07883c
parent25bfb1aa75c8358becdab11142954c8ee9c3607f
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)

Add unit tests for the command line for the gzip module
(cherry picked from commit 84eec1199583bcb034e43337bcb8e2b876ebd269)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Lib/test/test_gzip.py