summaryrefslogtreecommitdiff
path: root/testtools/deferredruntest.py
Commit message (Expand)AuthorAgeFilesLines
* Port twisted.deferredruntest to Twisted >= 15.1.0Colin Watson2015-10-161-4/+23
* Simplify AsynchronousDeferredRunTest._run_core's StringIO handling.Colin Watson2015-04-031-9/+2
* Rewind the deferred test log before attaching it.Colin Watson2015-04-021-1/+4
* Fix handling of uncatchable exceptions.Robert Collins2014-09-021-5/+13
* Make sure that we actually capture the list of observers, rather than justJonathan Lange2012-02-031-1/+1
* Export reactor to the test.Jonathan Lange2011-07-201-0/+1
* Merge content convenience functions.Jonathan Lange2011-04-011-3/+1
|\
| * Merge trunk.Jonathan Lange2011-02-011-4/+4
| |\
| * | Republish StringIO through compat to avoid repeated codeJonathan Lange2010-12-291-3/+1
* | | Clean up errors.Jonathan Lange2011-03-221-3/+4
| |/ |/|
* | Get it right.Jonathan Lange2011-01-221-1/+1
* | More fixes to epytextJonathan Lange2011-01-131-1/+1
* | Fix some epytext failures.Jonathan Lange2011-01-131-2/+2
|/
* Make debug available from the factory.Jonathan Lange2010-11-301-2/+2
* Add flag to make debugging twisted tests easier.Jonathan Lange2010-11-301-2/+7
* Add 'try_import' and 'try_imports'.Jonathan Lange2010-11-251-4/+3
|\
| * Use try_import and try_imports in actual code.Jonathan Lange2010-10-311-4/+3
* | Polymorphism!Jonathan Lange2010-11-211-2/+1
* | I am a tool.Jonathan Lange2010-11-211-1/+1
* | Nicer formatting.Jonathan Lange2010-11-211-1/+1
* | More info for DelayedCalls.Jonathan Lange2010-11-211-3/+10
* | Make the default iterations strict and good; add a new runner for brokenJonathan Lange2010-11-211-1/+23
* | Tracebacks for errors from Deferred tests!Jonathan Lange2010-11-111-12/+13
|/
* Add the twisted log unconditionally.Jonathan Lange2010-10-311-3/+3
* Some simple changes from code review.Jonathan Lange2010-10-311-4/+1
* Actually, no we don't.Jonathan Lange2010-10-301-2/+0
* Things I need to do before I land.Jonathan Lange2010-10-301-0/+3
* Actually display the trapped log information in failing tests.Jonathan Lange2010-10-301-3/+17
* Silence the dump of logging to stdout/stderr by completely masking the Jonathan Lange2010-10-301-5/+18
* Move out the bit that actually runs the test so we can more easily wrapJonathan Lange2010-10-301-11/+12
* Fail tests on logged errors, include the error.Jonathan Lange2010-10-301-1/+26
* Extract some common code for logging user failures.Jonathan Lange2010-10-291-6/+7
* Actually make the tests fail when they have errors in Deferreds.Jonathan Lange2010-10-291-3/+5
* Log the creator and invoker data if we have them.Jonathan Lange2010-10-281-3/+6
* Add a convenience function for string content.Jonathan Lange2010-10-281-0/+1
* Make it possible to use the factory as a class variable.Jonathan Lange2010-10-281-2/+8
* Allow the reactor and timeout to be unspecified. Sometimes you only careJonathan Lange2010-10-281-1/+2
* Don't use inlineCallbacks, instead use deferredGenerator, since it worksJonathan Lange2010-10-261-3/+6
* Just call Exception.__init__ rather than using super for Python 2.4 compatibi...Martin2010-10-251-1/+1
* Better documentationJonathan Lange2010-10-181-2/+3
* Mark unhandled errors in deferreds differently to regular errors.Jonathan Lange2010-10-181-2/+2
* Done!Jonathan Lange2010-10-171-2/+0
* More tests, allow customization of failureException in assert_fails_with.Jonathan Lange2010-10-171-3/+10
* First pass at assert_fails_withJonathan Lange2010-10-171-0/+25
* More things to think about.Jonathan Lange2010-10-161-0/+1
* Less code, yay.Jonathan Lange2010-10-161-1/+0
* Report tracebacks of unhandled errors.Jonathan Lange2010-10-161-5/+5
* TimeoutError is now reported as a test error.Jonathan Lange2010-10-161-11/+17
* Manual updates, todos, docstrings.Jonathan Lange2010-10-161-0/+22
* ScaryJonathan Lange2010-10-151-1/+5