]> granicus.if.org Git - python/commit
bpo-31174: Fix test_tools.test_unparse (#4102)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Oct 2017 10:33:36 +0000 (03:33 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2017 10:33:36 +0000 (03:33 -0700)
commit8e482bea21cb942804234e36d3c6c896aabd32da
treec19bfac3bb7a15c7500789251d9b764b88c4b598
parent809d173c2005ed76f5b6cb178a0cce3f88121883
bpo-31174: Fix test_tools.test_unparse (#4102)

test_unparse.DirectoryTestCase now stores the names sample to always
test the same files. It prevents false alarms when hunting reference
leaks.
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]