Hi all, any examples of writing unit tests (go) wh...
# automation-api
w
Hi all, any examples of writing unit tests (go) when using automation-api that you can share? Any special considerations or design patterns we should use to facilitate this best? Thanks.
l
I don't know if you would necessarily call these unit tests, but you can take a look at the Go test suite for the SDK itself: https://github.com/pulumi/pulumi/blob/master/sdk/go/x/auto/local_workspace_test.go Those are really e2e tests. What sort of functionality are you trying to verify?