pulumi/pkg/resource/deploy/deploytest
Fraser Waters 3560333ae6
Clean up uses of .Error() ()
Combination of a few cleanups.

1. Don't call .Error() on errors that are being passed to "%s" format
functions. Format will call `Error()` itself.
2. Don't call assert.Error then assert.Equal/Contains, just use
assert.ErrorEqual/ErrorContains instead.
3. Use "%w" if appropriate, instead of "%v"/"%s".
2023-12-20 15:54:06 +00:00
..
analyzer.go Policy remediations feature () 2023-10-09 18:31:17 +00:00
backendclient.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
languageruntime.go Enable perfsprint linter () 2023-12-12 12:19:42 +00:00
languageruntime_test.go [ci] `pkg/resource/deploy` coverage () 2023-12-19 16:14:40 +00:00
pluginhost.go Clean up uses of .Error() () 2023-12-20 15:54:06 +00:00
pluginhost_test.go [ci] `pkg/resource/deploy` coverage () 2023-12-19 16:14:40 +00:00
provider.go [ci] `pkg/resource/deploy` coverage () 2023-12-19 16:14:40 +00:00
resourcemonitor.go Pass provider checksums in requests and save to state () 2023-09-11 15:54:07 +00:00
resourcemonitor_test.go pkg/deploytest: Don't zero CustomTimeouts < 1 minute 2023-04-14 15:05:51 -07:00
sink.go [ci] `pkg/resource/deploy` coverage () 2023-12-19 16:14:40 +00:00