module documentation

Tests for loading tests by name.

Class FileTests Tests for runner.filenameToModule.
Class FinderPy3Tests No class docstring; 0/1 instance variable, 3/5 methods documented
Class LoaderTests Tests for trial.TestLoader.
Class PackageOrderingTests No class docstring; 0/2 instance variable, 2/5 methods documented
Class ZipLoadingTests Undocumented
Function looselyResembles Match a module with a ModuleSpec like that of the given module.
Function testNames Return the id of each test within the given test suite or case.
def looselyResembles(module): (source)

Match a module with a ModuleSpec like that of the given module.

Parameters
module:ModuleTypeUndocumented
Returns
Matcher[ModuleType]A matcher for a module spec that has the same name and origin as the given module spec, though the origin may be structurally inequal as long as it is semantically equal.
def testNames(tests): (source)

Return the id of each test within the given test suite or case.