summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-10-24 10:33:36 (GMT)
committerGitHub <noreply@github.com>2017-10-24 10:33:36 (GMT)
commit8e482bea21cb942804234e36d3c6c896aabd32da (patch)
treec19bfac3bb7a15c7500789251d9b764b88c4b598 /Misc
parent809d173c2005ed76f5b6cb178a0cce3f88121883 (diff)
downloadcpython-8e482bea21cb942804234e36d3c6c896aabd32da.zip
cpython-8e482bea21cb942804234e36d3c6c896aabd32da.tar.gz
cpython-8e482bea21cb942804234e36d3c6c896aabd32da.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst b/Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst
new file mode 100644
index 0000000..e098064
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst
@@ -0,0 +1,3 @@
+Fix test_tools.test_unparse: DirectoryTestCase now stores the names sample
+to always test the same files. It prevents false alarms when hunting
+reference leaks.