summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix shebangs?ric Araujo2011-11-201-1/+1
|
* Branch merge?ric Araujo2011-11-201-8/+2
|\
| * Merge tests for #13114 from default?ric Araujo2011-10-111-0/+1
| |\
| * | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions.
* | | Move copies of stdlib test code from tests.__init__ to runtests.?ric Araujo2011-11-151-40/+124
| |/ |/| | | | | | | | | | | | | | | | | I deleted captured_stdout because its usage felt clumsy to me; better to use stdlib?s test.support.captured_stdout in packaging and just write out the code for d2. I checked that adding the import of d2.tests.unittest at the top level did not change the coverage accuracy (see comment in the source and the history of the file for more info).
* | Add tests for Unicode handling in check and register (#13114).?ric Araujo2011-10-111-0/+1
|/ | | | | Contrary to distutils in Python 2.7, distutils2 does not have the bugs. Developing with Python 3 and porting to 2.x just rocks like that.
* Ran 2to3 on runtests.py, the resulting changes run clean on Python 2.4+Arc Riley2010-11-201-1/+1
|
* Merge coverage functionality into runtests.py. Thanks Yannick!?ric Araujo2010-10-011-7/+110
|
* More test fiddling?ric Araujo2010-10-011-9/+3
|
* Branch merge?ric Araujo2010-10-011-0/+6
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+36