Kaydet (Commit) ca3ccd15 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add message to test assertion

üst e85ae1bb
......@@ -215,7 +215,8 @@ class MetadataTestCase(unittest.TestCase):
# home drive should be found
os.environ['HOMEPATH'] = curdir
files = dist.find_config_files()
self.assert_(user_filename in files)
self.assert_(user_filename in files,
'%r not found in %r' % (user_filename, files))
finally:
for key, value in old.items():
if value is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment