module documentation

This module contains tests for twisted.internet.task.Cooperator and related functionality.

Class AliasTests Integration test to verify that the global singleton aliases do what they're supposed to.
Class CooperatorTests No class docstring; 0/1 constant, 9/16 methods documented
Class FakeDelayedCall Fake delayed call which lets us simulate the scheduler.
Class FakeScheduler A fake scheduler for testing against.
Class RunStateTests Tests to verify the behavior of CooperativeTask.pause, CooperativeTask.resume, CooperativeTask.stop, exhausting the underlying iterator, and their interactions with each other.
Exception UnhandledException An exception that should go unhandled.