pulumi/sdk/go/common
Fraser Waters a6a1c5afd2 Use `assert.NoError` rather than `assert.Nil`
Likewise `require.NoError` instead of `require.Nil`, and `assert.Error` rather
than `assert.NotNil`.

The error variants of these functions print the errors nicer for test failures
using `Error()` rather than `GoString()`.
2023-10-11 20:23:31 +01:00
..
apitype [cli] Add support for environments (#14140) 2023-10-10 01:35:39 +00:00
constant Send update metadata about update plans 2022-10-12 22:55:59 +01:00
diag [sdk] Update uniseg 2023-05-25 22:24:13 -07:00
encoding all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
env Add an envar to disable automatic provider installation (#14083) 2023-10-03 15:35:23 +00:00
resource Use `assert.NoError` rather than `assert.Nil` 2023-10-11 20:23:31 +01:00
slice Use slice.Prealloc instead of make([]T, 0, ...) 2023-06-29 11:27:50 +01:00
testing address comments: use os.UserHomeDir() and disable parallel tests 2023-06-26 13:53:58 +02:00
tokens Use fallback project name rather than "pulum" (#13953) 2023-09-18 18:01:37 +00:00
tools all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
util Use `assert.NoError` rather than `assert.Nil` 2023-10-11 20:23:31 +01:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Use `assert.NoError` rather than `assert.Nil` 2023-10-11 20:23:31 +01:00