pulumi/pkg/util
Fraser Waters 3560333ae6
Clean up uses of .Error() (#14965)
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
..
afero Fix convert pcl copy 2023-04-14 22:04:50 +01:00
cancel all: Assert => Assertf 2023-03-03 14:37:43 -08:00
rpcdebug Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
testutil all: Drop ioutil 2023-01-06 16:35:14 -08:00
tracing Update error handling (#8406) 2021-11-12 18:37:17 -08:00
validation Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
plugin.go Use the yaml converter plugin rather than Eject (#14437) 2023-12-08 08:55:49 +00:00
plugin_test.go Hardcode some known provider plugin locations 2023-05-24 17:41:12 +01:00