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 returnstatement with a value, which is attached to theStopIterationexception that is raised. | 
| Class | NonLocalExitTests | It's possible for returnValueto be (accidentally) invoked at a stack level below theinlineCallbacks-decorated
function which it is exiting. If this happens,returnValueshould 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 |