module documentation

Undocumented

Class CoverageTests Tests for the coverage option.
Class ForceGarbageCollectionTests Tests for the --force-gc option.
Class HelpOrderTests Tests for the --help-orders flag.
Class LogfileTests Tests for the --logfile option.
Class MakeRunnerTests Tests for the _makeRunner helper.
Class OptionsTests Tests for trial.Options.
Class OrderTests Tests for the --order option.
Class RunTests Tests for the run function.
Class SuiteUsedTests Check the category of tests suite used by the loader.
Class TestArgumentOrderTests Tests for the order-preserving behavior on provided command-line tests.
Class TestModuleTests No class docstring; 0/1 instance variable, 9/26 methods documented
Class WithoutModuleTests Test the without-module flag.
Function logSomething Emit something to twisted.logger.
Function parseArguments Parse an argument list using trial's argument parser.
Function runFromConfig Run logSomething as a test method using the given configuration.
Function sibpath For finding files in twisted/trial/test
Variable pyunit Undocumented
Variable runFromArguments Undocumented
def logSomething(): (source)

Emit something to twisted.logger.

def parseArguments(argv): (source)

Parse an argument list using trial's argument parser.

Parameters
argv:List[str]Undocumented
Returns
trial.OptionsUndocumented
def runFromConfig(config): (source)

Run logSomething as a test method using the given configuration.

Parameters
config:trial.OptionsUndocumented
Returns
trial.OptionsUndocumented
def sibpath(filename): (source)

For finding files in twisted/trial/test

Undocumented

runFromArguments = (source)

Undocumented