Hi, I’m trying to increase testing coverage and wa...
# golang
g
Hi, I’m trying to increase testing coverage and want to know how y’all recommend mocking out lookup functions like
ec2.GetSubnetIds()
? Maybe testing these failure scenarios is only really possible using something like the integration testing utilities?
👍 1
l
Have you seen our testing guide? https://www.pulumi.com/docs/guides/testing/