b.t.TestIdList(object) : class documentation

Part of bzrlib.tests View In Hierarchy

Test id list to filter a test suite.

Relying on the assumption that test ids are built as: <module>[.<class>.<method>][(<param>+)], <module> being in python dotted notation, this class offers methods to : - avoid building a test suite for modules not refered to in the test list, - keep only the tests listed from the module test suite.

Method __init__ Undocumented
Method refers_to Is there tests for the module or one of its sub modules.
Method includes Undocumented
def __init__(self, test_id_list):
Undocumented
def refers_to(self, module_name):
Is there tests for the module or one of its sub modules.
def includes(self, test_id):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.