summaryrefslogtreecommitdiff
path: root/testtools/run.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of 'safe_hasattr'Stephen Finucane2021-02-251-4/+1
* Remove unrelated changeFederico Ressi2020-07-101-1/+0
* Merge branch 'remove-unittest2' into drop-unittest2Federico Ressi2020-07-101-2/+1
|\
| * Merge branch 'master' into remove-unittest2Matthew Treinish2020-04-041-9/+9
| |\
| * | Remove unittest2 usage from testtoolsMatthew Treinish2019-05-031-4/+1
* | | Remove unused try_importFederico Ressi2020-07-101-2/+2
* | | Do actually remove all references to unittest2 libraryFederico Ressi2020-07-091-4/+2
| |/ |/|
* | Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-3/+3
* | Remove redundant Python 2 compatability codeHugo2020-01-181-3/+3
* | Upgrade Python syntax with pyupgradeHugo2020-01-181-3/+3
|/
* Bug #1430076 fix installing when extras is not installed.testtools-1.6.1Robert Collins2015-03-101-1/+4
* Overhaul exception reporting.Robert Collins2015-03-101-9/+22
* Show import error details.Robert Collins2014-11-181-4/+8
* Use unittest2 TestProgram implementation.Robert Collins2014-11-141-194/+31
* Depend on unittest2.Robert Collins2014-11-011-131/+6
* Unbreak discovery from 0.9.38.testtools-0.9.39Robert Collins2014-08-291-1/+4
* Backport fix for load_tests in package modules.Robert Collins2014-08-281-2/+120
* Implement discover import error detection on 2.6.Robert Collins2014-08-281-4/+8
* Honour stdout on TestProgram more fully.Robert Collins2014-08-241-7/+18
* Indicate failed imports in list-tests.Robert Collins2013-11-251-2/+33
* Allow customisation of testtools.run --list-tests behaviour.Robert Collins2013-04-031-16/+37
* * ``python -m testtools.run --load-list`` will now preserve any custom suitesRobert Collins2013-01-211-6/+2
* * ``testtools.run discover`` will now sort the tests it discovered. This is a Robert Collins2012-12-181-2/+14
* Adjust trunk for TestToolsTestRunner change.Robert Collins2012-12-161-1/+1
|\
| * Typo in doc and a fix for TestProgram being constructed without an explicit t...Vincent Ladeuil2012-11-291-1/+1
* | * ``testtools.run`` now supports the ``-f`` or ``--failfast`` parameter.Robert Collins2012-12-161-1/+3
* | * ``run.TestToolsTestRunner`` now accepts the verbosity, buffer and failfastRobert Collins2012-12-161-5/+10
|/
* * ``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