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: DataSuiteCollector, *, name: str) -> DataFileCollector: (source)

Undocumented

Undocumented