]> granicus.if.org Git - python/commit
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269)
authorXiang Zhang <angwerzx@126.com>
Tue, 23 Jan 2018 14:50:50 +0000 (22:50 +0800)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2018 14:50:50 +0000 (22:50 +0800)
commit370d04d1dcca50a52d59f40aff4d11434f71df6b
treecd3447051877b992b3c0fe30e911d0e23c2f92e3
parentdc6b9462c00873c8404a7966b7ca210717718af5
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269)

* bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating

It should test both test.replacing and test.mutating instead of test test.replacing twice.
Lib/test/test_codeccallbacks.py