mirror of https://github.com/pulumi/pulumi.git
3b8c3f7e61
Fixes: #2993 ``` func TestAccMyExample(t *testing.T) { test := getBaseOptions(). With(integration.ProgramTestOptions{ Dir: filepath.Join(getCwd(t), "test-dir"), DecryptSecretsInOutput: true, ExtraRuntimeValidation: func(t *testing.T, stackInfo integration.RuntimeValidationStackInfo) { // manipulate the output of the stack here }), }) integration.ProgramTest(t, &test) } ``` |
||
---|---|---|
.. | ||
command.go | ||
doc.go | ||
program.go | ||
program_test.go | ||
pulumi.go | ||
s3reporter.go | ||
util.go |