pulumi/pkg/testing/integration
Abhinav Gupta e395deef6b
all: Assert => Assertf
Migrates all remaining usages of
`contract.Assert*` and `contract.Require*` to the f variants,
which require adding meaningful error messages.

There were a couple cases where a `testing.T` or `testing.B`
was already available.
For those, this uses t.FailNow or require.NoError.

Refs #12132
2023-03-03 14:37:43 -08:00
..
command.go Don't disable ambiant providers during tests (#9404) 2022-04-15 11:14:47 +02:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
program.go all: Assert => Assertf 2023-03-03 14:37:43 -08:00
program_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
pulumi.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
s3reporter.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
util.go all: Assert => Assertf 2023-03-03 14:37:43 -08:00