]> granicus.if.org Git - python/commit
Synchronize some distutils tests with 3.2.
authorÉric Araujo <merwok@netwok.org>
Sun, 26 Feb 2012 00:53:53 +0000 (01:53 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 26 Feb 2012 00:53:53 +0000 (01:53 +0100)
commitae50babe32b53049910d8d0bb8a2eeac7c18a477
tree6c7bb63fd270f631cb13c14064d708992594cdf7
parent7f4b3be2ccc18751f9f0bdf246c0cc952d976a8b
Synchronize some distutils tests with 3.2.

- Actually check the contents of the file created by bdist_dumb.
- Don’t use “RECORD” as filename for non-PEP 376 record file
- Don’t start method name with “_test”, it looks like a disabled test
  method instead of an helper method
- Fix some idioms (assertIn, addCleanup)
Lib/distutils/tests/test_bdist_dumb.py
Lib/distutils/tests/test_install.py
Lib/distutils/tests/test_sdist.py