index
:
delta/python-packages/testtools.git
dont-run-sphinx-on-3.3
gh-pages
interfaces
json-text
master
mypy
readthedocs-twisted
remove-test-dependency-on-twisted-13
resourced-to-stream-decorator
typo-flexability
github.com: testing-cabal/testtools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testtools
/
tests
/
test_run.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various test failures with Python 3.11
Colin Watson
2022-07-01
1
-2
/
+2
*
trivial: Cleanup imports
Stephen Finucane
2021-02-25
1
-5
/
+4
*
Re-introduce 'try_imports'
Stephen Finucane
2021-02-25
1
-1
/
+1
*
Remove use of 'try_imports'
Stephen Finucane
2021-02-25
1
-5
/
+4
*
Merge branch 'master' into remove-unittest2
Matthew Treinish
2020-04-04
1
-26
/
+25
|
\
|
*
Upgrade Python syntax with pyupgrade --py3-plus
Hugo
2020-01-18
1
-6
/
+6
|
*
Remove redundant Python 2 compatability code
Hugo
2020-01-18
1
-12
/
+11
|
*
Upgrade Python syntax with pyupgrade
Hugo
2020-01-18
1
-8
/
+8
*
|
Remove unittest2 usage from testtools
Matthew Treinish
2019-05-03
1
-4
/
+4
|
/
*
Fix tests with unittest2 1.1.0 and higher.
Robert Collins
2015-07-01
1
-0
/
+1
*
Overhaul exception reporting.
Robert Collins
2015-03-10
1
-0
/
+12
*
Show import error details.
Robert Collins
2014-11-18
1
-5
/
+40
*
Use unittest2 TestProgram implementation.
Robert Collins
2014-11-14
1
-4
/
+6
*
Backport fix for load_tests in package modules.
Robert Collins
2014-08-28
1
-2
/
+44
*
Honour stdout on TestProgram more fully.
Robert Collins
2014-08-24
1
-2
/
+21
*
Indicate failed imports in list-tests.
Robert Collins
2013-11-25
1
-4
/
+25
*
Be more paranoid about list-tests behaviour.
Robert Collins
2013-11-24
1
-8
/
+24
*
Cleanup sys.modules correctly in test_run.
Robert Collins
2013-11-24
1
-0
/
+2
*
Allow customisation of testtools.run --list-tests behaviour.
Robert Collins
2013-04-03
1
-0
/
+14
*
* ``python -m testtools.run --load-list`` will now preserve any custom suites
Robert Collins
2013-01-21
1
-4
/
+78
*
* Testtools now depends on extras, a small library split out from it to contain
Robert Collins
2013-01-18
1
-1
/
+2
*
* ``testtools.run discover`` will now sort the tests it discovered. This is a
Robert Collins
2012-12-18
1
-0
/
+21
*
* ``run.TestToolsTestRunner`` now accepts the verbosity, buffer and failfast
Robert Collins
2012-12-17
1
-3
/
+22
|
\
|
*
* ``testtools.run`` now supports the ``-f`` or ``--failfast`` parameter.
Robert Collins
2012-12-16
1
-3
/
+20
|
/
*
Python 3 changes.
Jonathan Lange
2011-07-27
1
-5
/
+8
*
Merge trunk.
Jonathan Lange
2011-02-01
1
-1
/
+1
|
\
|
*
Get it right.
Jonathan Lange
2011-01-22
1
-1
/
+1
*
|
Republish StringIO through compat to avoid repeated code
Jonathan Lange
2010-12-29
1
-4
/
+5
|
/
*
trivial test fix
Michael Hudson
2010-12-13
1
-1
/
+1
*
Make use of StringIO in testtools.tests.test_run Python 3 compatible
Martin
2010-12-10
1
-4
/
+3
*
* ``testtools.run`` now supports ``--load-list``, which takes a file containing
Robert Collins
2010-11-30
1
-0
/
+23
*
Fix thinko - first param is program is ignored.
Robert Collins
2010-11-30
1
-1
/
+1
*
Refactor for reusability.
Robert Collins
2010-11-30
1
-8
/
+20
*
Forgot to actually assert that list worked.
Robert Collins
2010-11-30
1
-0
/
+3
*
* ``testtools.run`` now supports ``-l`` to list tests rather than executing
Robert Collins
2010-11-30
1
-0
/
+39