commit | def15dafdaad285f5e5dd392a1e5512730335591 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Aug 20 06:27:18 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Sat Aug 20 06:27:18 2011 +0200 |
tree | 4e62ac2026a65ac991714bebd80105e5660cabb1 | |
parent | 57bee66c03192053f89e668eead3a99e154014d4 [diff] |
Refactor the copying of xxmodule.c in distutils tests (#12141). I need to copy this file in another test too, so I moved the support code to distutils.tests.support and improved it: - don’t skip when run from the Lib/distutils/tests directory - use proper skip machinery instead of custom print/return/test suite fiddling.