Tests for twisted.internet.defer.inlineCallbacks
.
Some tests for inlineCallbacks are defined in twisted.test.test_defgen
as well.
Class | StopIterationReturnTests | On Python 3.4 and newer generator functions may use the
return statement with a value, which is attached to the StopIteration
exception that is raised. |
Class | NonLocalExitTests | It's possible for returnValue
to be (accidentally) invoked at a stack level below the inlineCallbacks -decorated
function which it is exiting. If this happens, returnValue
should report useful errors. |
Class | ForwardTraceBackTests | No class docstring; 2/2 methods documented |
Class | UntranslatedError | Untranslated exception type when testing an exception translation. |
Class | TranslatedError | Translated exception type when testing an exception translation. |
Class | DontFail | Sample exception type. |
Class | CancellationTests | No summary |