https://pulumi.com logo
#golang
Title
g

gifted-city-99717

08/23/2020, 2:28 PM
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

lemon-agent-27707

08/23/2020, 3:40 PM
Have you seen our testing guide? https://www.pulumi.com/docs/guides/testing/
3 Views