| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename command's tests filenames to test_command_*, and install_tools.py to ↵ | Alexis Metaireau | 2010-10-04 | 1 | -75/+0 |
| | | | | | | | | install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command) | ||||
| * | refactored unittest import logic to improve accuracy of the coverage measurement | Yannick Gingras | 2010-09-30 | 1 | -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 release | Tarek Ziade | 2010-09-19 | 1 | -0/+76 |
