commit | f3f283a1cbd8b87c911edc0e93baf3d0bfec672e | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Wed Oct 19 08:49:20 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Wed Oct 19 08:49:20 2011 +0200 |
tree | 83cd6088fa077e31c04c42148318539538d8ff65 | |
parent | 79d9c42b04813dc81d91127ec0ffb6d4735e2c0e [diff] |
Clean up some idioms in packaging tests. - Use os.makedirs (I had forgotten about it!) - Let TempdirManager.write_file call os.path.join for us - Remove custom command added by test_dist - Use a skip instead of hiding a method with an underscore - Address pyflakes warnings