module documentation
Class DummyExit Stub for _exit.exit that remembers whether it's been called and, if it has, what arguments it was given.
Class DummyKill Stub for os.kill that remembers whether it's been called and, if it has, what arguments it was given.
Class DummyPIDFile Stub for PIDFile.
Class DummyRunner Stub for Runner.
Class DummyStandardIO Stub for sys which provides StringIO streams as stdout and stderr.
Class DummyWarningsModule Stub for warnings which provides a showwarning method that is a no-op.
Class RunnerTests Tests for Runner.