mirror of https://github.com/pulumi/pulumi.git
06e18a01da
### Description This PR adds a preview step to every conformance test with the ability to assert certain aspects of the resource changes and the generated plan via an `AssertPreview` function. When the tests do not specify an `AssertPreview` function, we give a default implementation that simply checks whether the preview is successful. The PR makes slight changes to a couple conformance provider implementations such that they don't hard fail when encountering unknown values (during preview) Fixes #18296 --------- Co-authored-by: Will Jones <will@sacharissa.co.uk> |
||
---|---|---|
.. | ||
alpha_provider.go | ||
asset_archive_provider.go | ||
bad_provider.go | ||
component_provider.go | ||
config_grpc_provider.go | ||
config_provider.go | ||
custom_server.go | ||
fail_on_create_provider.go | ||
grpc_capture_server.go | ||
large_provider.go | ||
parameterized_provider.go | ||
plain_provider.go | ||
primitive_provider.go | ||
primitive_ref_provider.go | ||
ref_ref_provider.go | ||
secret_provider.go | ||
simple_invoke_provider.go | ||
simple_provider.go |