summaryrefslogtreecommitdiff
path: root/testtools/run.py
Commit message (Expand)AuthorAgeFilesLines
* * ``python -m testtools.run discover . --list`` now works. (Robert Collins)Robert Collins2012-10-181-1/+1
* Not sure if this is correct, but it makes the test pass.Jonathan Lange2011-07-271-1/+1
* Python 3 changes.Jonathan Lange2011-07-271-1/+1
* Get it right.Jonathan Lange2011-01-221-1/+1
* Let stdout default to sys.stdout in TestProgram.Jelmer Vernooij2010-12-071-0/+2
* * ``testtools.run`` now supports ``--load-list``, which takes a file containingRobert Collins2010-11-301-3/+35
* * ``testtools.run`` now supports ``-l`` to list tests rather than executingRobert Collins2010-11-301-12/+30
* Avoid exc_info cycles in several places and comment on trickier onesMartin2010-08-161-3/+1
* Improve the discovery support for use by other runners (like subunit.run).Robert Collins2010-07-011-3/+4
* Merge trunk to resolve conflict in _StringException stringifying methodsMartin2010-06-221-18/+11
|\
| * Polish the discovery support.Robert Collins2010-06-141-18/+11
* | Move most of utils module to compat and put iterate_tests in testsuite moduleMartin2010-06-181-1/+1
* | Merge trunk to pick up fixes for IronPython and Python 3Martin2010-06-111-10/+258
|\ \ | |/
| * Support python3.1Robert Collins2010-06-111-6/+10
| |\
| * | Comment on the changes made to TestProgram.James Westby2010-06-101-0/+5
| * | Move has_discover = True until we know we have set up everything we need.James Westby2010-06-101-1/+1
| * | Support discovery by backporting code from python2.7.James Westby2010-06-081-9/+249
| |/
* | First pass at implementing unicode tracebacks for Python 2Martin2010-05-251-1/+2
|/
* Truth in copyright statements.Jonathan Lange2010-01-011-1/+1
* Lots of little coding cleanupsJonathan Lange2009-12-311-1/+1
* Make running tests with testtools doable from the commandline without python ...Robert Collins2009-12-131-0/+39