commit | 8e482bea21cb942804234e36d3c6c896aabd32da | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 24 03:33:36 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 24 03:33:36 2017 -0700 |
tree | c19bfac3bb7a15c7500789251d9b764b88c4b598 | |
parent | 809d173c2005ed76f5b6cb178a0cce3f88121883 [diff] |
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.