pulumi/sdk/python/cmd/pulumi-language-python/testdata
Will Jones 8b6a65f00d
Add a conformance test for parent inheritance (#17935)
Presently, we expect resources with a defined `parent` to inherit two
things:

* Any explicit `providers` configured by their parent (or parent's
parents, etc.)
* Any `protect` flags set on their parent (or parent's parents, etc.)

This commit adds a new conformance test,
`l2-resource-parent-inheritance`, that codifies these expectations.
Presently it is skipped for Go, since Go does not correctly propagate
`protect` (#12431) -- this will be fixed in a subsequent commit.
2024-12-05 16:05:56 +00:00
..
classes Add a conformance test for parent inheritance (#17935) 2024-12-05 16:05:56 +00:00
sdks Exclude `pulumi_policy` from plugin determination (#16727) 2024-07-22 13:56:44 +00:00
setuppy Add a conformance test for parent inheritance (#17935) 2024-12-05 16:05:56 +00:00
toml Add a conformance test for parent inheritance (#17935) 2024-12-05 16:05:56 +00:00