Tests for twisted.trial.util
| Class | MktempTests | Tests for TestCase.mktemp, a helper function for creating
temporary file or directory names. |
| Class | RunSequentiallyTests | Sometimes it is useful to be able to run an arbitrary list of callables, one after the other. |
| Class | DirtyReactorAggregateErrorTests | Tests for the DirtyReactorAggregateError. |
| Class | StubReactor | A reactor stub which contains enough functionality to be used with the
_Janitor. |
| Class | StubErrorReporter | A subset of twisted.trial.itrial.IReporter
which records addError
calls. |
| Class | JanitorTests | Tests for _Janitor! |
| Class | RemoveSafelyTests | Tests for util._removeSafely. |
| Class | ExcInfoTests | Tests for excInfoOrFailureToExcInfo. |
| Class | AcquireAttributeTests | Tests for acquireAttribute. |
| Class | ListToPhraseTests | Input is transformed into a string representation of the list, with each item separated by delimiter (defaulting to a comma) and the final two being separated by a final delimiter. |