summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_ccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-4/+4
|
* moved general functions out of ccompilerTarek Ziade2010-11-111-46/+2
|
* refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-301-2/+1
| | | | | | | | | | The unittest module is selectively imported from the standard library if we're running with a Python >= 3.2 or from and external library otherwise. This logic was moved from distutils2.test.support to distutils2.tests because the former module also imports various modules from distutils2, which would skew the coverage measurement because the definitions in those module would run before the instrumentation had a chance to be started.
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+60