module documentation

Undocumented

Class AutoJobsTests Test {twisted.scripts.trial._autoJobs}
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():

Emit something to twisted.logger.

def parseArguments(argv: list[str]) -> trial.Options:

Parse an argument list using trial's argument parser.

def runFromConfig(config: trial.Options) -> trial.Options:

Run logSomething as a test method using the given configuration.

def sibpath(filename: str) -> str:

For finding files in twisted/trial/test

pyunit =

Undocumented

runFromArguments =

Undocumented