pulumi/sdk/python/cmd
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
..
pulumi-language-python Add a conformance test for parent inheritance (#17935) 2024-12-05 16:05:56 +00:00
pulumi-language-python-exec Make sure the aio executor shutsdown before the event loop (#16505) 2024-06-28 23:20:32 +00:00