]> granicus.if.org Git - python/commit
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269) (#5285)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jan 2018 15:47:15 +0000 (07:47 -0800)
committerXiang Zhang <angwerzx@126.com>
Tue, 23 Jan 2018 15:47:15 +0000 (23:47 +0800)
commit6abbf14a876ee1e04d1493bb27025f2f0aa56430
tree2465680191c8ef936c7d52e604c1d7b88d458f6c
parent4002d5dbf4c058bbf2462f9f5dea057956d1caff
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269) (#5285)

It should test both test.replacing and test.mutating instead of test test.replacing twice.
(cherry picked from commit 370d04d1dcca50a52d59f40aff4d11434f71df6b)
Lib/test/test_codeccallbacks.py