flakeheaven.parsers._yaml

class flakeheaven.parsers._yaml.YAMLParser[source]

Bases: flakeheaven.parsers._base.BaseParser

static _pytest_mypy_plugins(stream) List[str][source]

Parse pytest-mypy-plugins tests

https://github.com/typeddjango/pytest-mypy-plugins

ignore: Mapping[str, Tuple[str, ...]] = mappingproxy({'pycodestyle': ('E302', 'E303', 'E305', 'E402')})
classmethod parse(path: pathlib.Path) List[str][source]