summaryrefslogtreecommitdiff
path: root/testtools/testsuite.py
Commit message (Expand)AuthorAgeFilesLines
* Overhaul exception reporting.Robert Collins2015-03-101-2/+2
* Fix skipping setUpClass with self.skipExceptionRobert Collins2014-11-161-2/+3
* In Python 3.3, if there are duplicate test ids, tests.sort() willKui Shi2013-11-281-0/+9
* Add a StreamResult safe for use in threaded/concurrent code.Robert Collins2013-03-201-0/+85
* Handle broken test run() methods in ConcurrentTestSuite.Robert Collins2013-02-211-1/+9
* * ``python -m testtools.run --load-list`` will now preserve any custom suitesRobert Collins2013-01-211-0/+61
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-4/+4
* Fix grammatical error.Robert Collins2012-12-181-1/+1
* * ``testtools.run discover`` will now sort the tests it discovered. This is a Robert Collins2012-12-181-1/+39
* Better docsJonathan Lange2012-04-171-1/+5
* Parametrize wrap_result, rather than relying on inheritance.Jonathan Lange2012-04-171-1/+8
* Add a hook for wrapping the per-thread resultJonathan Lange2012-04-131-6/+8
* Initial cleanupJonathan Lange2012-04-131-0/+2
* Can't use 'with'Jonathan Lange2011-07-261-1/+4
* Add FixtureSuite and a fixture for hiding/showing the debug levels of stack.Jonathan Lange2011-07-201-0/+11
* CleanupsJonathan Lange2011-07-201-5/+5
* Get it right.Jonathan Lange2011-01-221-1/+1
* Move most of utils module to compat and put iterate_tests in testsuite moduleMartin2010-06-181-0/+13
* Import Queue class from queue/Queue module to make life less confusingMartin2010-06-101-3/+3
* Lots of little coding cleanupsJonathan Lange2009-12-311-2/+2
* Remove trailing whitespace.Jonathan Lange2009-12-311-5/+3
* kill itervalues()Benjamin Peterson2009-11-291-1/+1
* handle Queue importBenjamin Peterson2009-11-291-1/+4
* Add ConcurrentTestSuite for running tests concurrently.Robert Collins2009-03-271-0/+73