MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __init__

Method __init__

testing/test_junitxml.py:36–38  ·  view source on GitHub ↗
(self, pytester: Pytester, schema: xmlschema.XMLSchema)

Source from the content-addressed store, hash-verified

34
35class RunAndParse:
36 def __init__(self, pytester: Pytester, schema: xmlschema.XMLSchema) -> None:
37 self.pytester = pytester
38 self.schema = schema
39
40 def __call__(
41 self, *args: Union[str, "os.PathLike[str]"], family: Optional[str] = "xunit1"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected