class documentation

class TestBuilder: (source)

View In Hierarchy

Undocumented

Method build Return a unittest.TestSuite with tests for the files in data_dir.
Method _get_files_by_base Undocumented
def build(self, data_dir): (source)

Return a unittest.TestSuite with tests for the files in data_dir.

def _get_files_by_base(self, data_dir): (source)

Undocumented