pulumi/sdk/go/common/resource/testing
Pat Gavlin 5f9d211cae
[testing] Stack context for value generation (#8108)
These changes add a context type to `resource/testing` that can be used to
generate property values that are valid with respect to certain rules. The
context represents a Pulumi stack, and contains a project name, stack name,
and a list of resources.

- URNs generated using a context will always use the context's project
  and stack name
- Resource references generated using a context will always refer to
  resources in the context's resource list
- Output values generated using a context will always pull dependencies
  from the context's resource list
2021-09-30 14:39:09 -07:00
..
assert.go [testing] Add rapid generators for PropertyValues. (#8009) 2021-09-21 15:02:10 -07:00
rapid.go [testing] Stack context for value generation (#8108) 2021-09-30 14:39:09 -07:00