summaryrefslogtreecommitdiff
path: root/testtools/tests/test_run.py
Commit message (Expand)AuthorAgeFilesLines
* Fix various test failures with Python 3.11Colin Watson2022-07-011-2/+2
* trivial: Cleanup importsStephen Finucane2021-02-251-5/+4
* Re-introduce 'try_imports'Stephen Finucane2021-02-251-1/+1
* Remove use of 'try_imports'Stephen Finucane2021-02-251-5/+4
* Merge branch 'master' into remove-unittest2Matthew Treinish2020-04-041-26/+25
|\
| * Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-6/+6
| * Remove redundant Python 2 compatability codeHugo2020-01-181-12/+11
| * Upgrade Python syntax with pyupgradeHugo2020-01-181-8/+8
* | Remove unittest2 usage from testtoolsMatthew Treinish2019-05-031-4/+4
|/
* Fix tests with unittest2 1.1.0 and higher.Robert Collins2015-07-011-0/+1
* Overhaul exception reporting.Robert Collins2015-03-101-0/+12
* Show import error details.Robert Collins2014-11-181-5/+40
* Use unittest2 TestProgram implementation.Robert Collins2014-11-141-4/+6
* Backport fix for load_tests in package modules.Robert Collins2014-08-281-2/+44
* Honour stdout on TestProgram more fully.Robert Collins2014-08-241-2/+21
* Indicate failed imports in list-tests.Robert Collins2013-11-251-4/+25
* Be more paranoid about list-tests behaviour.Robert Collins2013-11-241-8/+24
* Cleanup sys.modules correctly in test_run.Robert Collins2013-11-241-0/+2
* Allow customisation of testtools.run --list-tests behaviour.Robert Collins2013-04-031-0/+14
* * ``python -m testtools.run --load-list`` will now preserve any custom suitesRobert Collins2013-01-211-4/+78
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-1/+2
* * ``testtools.run discover`` will now sort the tests it discovered. This is a Robert Collins2012-12-181-0/+21
* * ``run.TestToolsTestRunner`` now accepts the verbosity, buffer and failfastRobert Collins2012-12-171-3/+22
|\
| * * ``testtools.run`` now supports the ``-f`` or ``--failfast`` parameter.Robert Collins2012-12-161-3/+20
|/
* Python 3 changes.Jonathan Lange2011-07-271-5/+8
* Merge trunk.Jonathan Lange2011-02-011-1/+1
|\
| * Get it right.Jonathan Lange2011-01-221-1/+1
* | Republish StringIO through compat to avoid repeated codeJonathan Lange2010-12-291-4/+5
|/
* trivial test fixMichael Hudson2010-12-131-1/+1
* Make use of StringIO in testtools.tests.test_run Python 3 compatibleMartin2010-12-101-4/+3
* * ``testtools.run`` now supports ``--load-list``, which takes a file containingRobert Collins2010-11-301-0/+23
* Fix thinko - first param is program is ignored.Robert Collins2010-11-301-1/+1
* Refactor for reusability.Robert Collins2010-11-301-8/+20
* Forgot to actually assert that list worked.Robert Collins2010-11-301-0/+3
* * ``testtools.run`` now supports ``-l`` to list tests rather than executingRobert Collins2010-11-301-0/+39