summaryrefslogtreecommitdiff
path: root/testtools/tests/test_testsuite.py
Commit message (Expand)AuthorAgeFilesLines
* Fix various test failures with Python 3.11Colin Watson2022-07-011-1/+1
* Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-041-1/+1
* Fix tests with Python 3.10Cyril Roelandt2021-03-191-1/+1
* trivial: Cleanup importsStephen Finucane2021-02-251-3/+2
* Re-introduce 'try_imports'Stephen Finucane2021-02-251-1/+1
* Merge branch 'master' into remove-unittest2Matthew Treinish2020-04-041-14/+13
|\
| * Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-4/+4
| * Remove redundant Python 2 compatability codeHugo2020-01-181-4/+3
| * Upgrade Python syntax with pyupgradeHugo2020-01-181-6/+6
* | Remove unittest2 usage from testtoolsMatthew Treinish2019-05-031-5/+4
|/
* Deterministic testJonathan Lange2015-12-231-4/+4
* Factor out countingJonathan Lange2015-12-221-5/+17
* Overhaul exception reporting.Robert Collins2015-03-101-2/+17
* Fix setUpClass upcalls on Python 2.6.Robert Collins2014-11-171-0/+19
* Fix skipping setUpClass with self.skipExceptionRobert Collins2014-11-161-0/+18
* Handle content objects betterRobert Collins2014-08-241-3/+1
* In Python 3.3, if there are duplicate test ids, tests.sort() willKui Shi2013-11-281-0/+20
* Add a StreamResult safe for use in threaded/concurrent code.Robert Collins2013-03-201-1/+115
* Handle broken test run() methods in ConcurrentTestSuite.Robert Collins2013-02-211-2/+18
* * 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-1/+31
* Parametrize wrap_result, rather than relying on inheritance.Jonathan Lange2012-04-171-6/+8
* pyflakesJonathan Lange2012-04-131-2/+0
* Add a hook for wrapping the per-thread resultJonathan Lange2012-04-131-0/+24
* Initial cleanupJonathan Lange2012-04-131-9/+8
* Tests don't run if fixtures is not there.Jonathan Lange2011-07-291-2/+8
* Add FixtureSuite and a fixture for hiding/showing the debug levels of stack.Jonathan Lange2011-07-201-0/+20
* CleanupsJonathan Lange2011-07-201-5/+1
* Get it right.Jonathan Lange2011-01-221-1/+1
* Merge timestamp handling for ThreadsafeForwardingResult.Robert Collins2010-10-151-6/+3
* Lots of little coding cleanupsJonathan Lange2009-12-311-1/+0
* Merge trunk.Robert Collins2009-12-011-0/+3
|\
| * Merge Benjamin Peterson's Python 3 support patch.Robert Collins2009-12-011-0/+4
| |\
| | * add fake hashBenjamin Peterson2009-11-291-0/+4
* | | Clone tests before executing them.Robert Collins2009-11-281-8/+13
|/ /
* | Convert ConcurrentTestSuite tests to be cleaner using MatchesAny(Equals, Equals)Robert Collins2009-11-281-6/+11
|/
* Add ConcurrentTestSuite for running tests concurrently.Robert Collins2009-03-271-0/+44