]> granicus.if.org Git - python/commit
bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Oct 2017 11:18:00 +0000 (04:18 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Oct 2017 11:18:00 +0000 (04:18 -0700)
commitd8f78a1fbc0a34224289d436ad67f608fa553f0c
tree1499c1b2efc1c10890fd12ae5f4a064112a684a4
parentd7604f5d0621c23d037455acd682d0d489455d54
bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104)

test_unparse.DirectoryTestCase now stores the names sample to always
test the same files. It prevents false alarms when hunting reference
leaks.
(cherry picked from commit 8e482bea21cb942804234e36d3c6c896aabd32da)
Lib/test/test_tools/test_unparse.py
Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst [new file with mode: 0644]