class documentation

class DataFileCollector(pytest.Collector): (source)

View In Hierarchy

Represents a single .test data driven test file.

More context: https://github.com/python/mypy/issues/11662

Class Method from​_parent Undocumented
Method collect Undocumented
Class Variable parent Undocumented
@classmethod
def from_parent(cls, parent, *, name): (source)

Undocumented

Parameters
parent:DataSuiteCollectorUndocumented
name:strUndocumented
Returns
DataFileCollectorUndocumented
def collect(self): (source)

Undocumented

Returns
Iterator[DataDrivenTestCase]Undocumented

Undocumented