]> 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:58 +0000 (14:42 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Oct 2018 21:42:58 +0000 (14:42 -0700)
commit8e23ba021f45df67edd2926a3e3daf6a2a1f0ed8
tree5ea985ed6e195f12ced588e1e24e1f988783f5dc
parent41e5ec377b36aa951ac095839d2f74f66ee1e665
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