infrahub_sdk.pytest_plugin.loader
Classes
InfrahubYamlFile
Methods:
get_resource_config
get_resource_config(self, group: InfrahubTestGroup) -> Any | None
Retrieve the resource configuration to apply to all tests in a group.
collect_group
collect_group(self, group: InfrahubTestGroup) -> Iterable[Item]
Collect all items for a group.
collect
collect(self) -> Iterable[Item]