https://pulumi.com logo
Title
v

victorious-exabyte-70545

10/19/2021, 6:41 PM
Hi All, Question: Is there a way to unit test my pulumi azure IOC without network connectivity.  When I worked with AWS I used a python library called boto to mock AWS's api. It was awesome because every cloud formation template generated was tested (all resources mock created). Would love to do this with pulumi and azure.
t

tall-librarian-49374

10/19/2021, 6:52 PM
Hi, take a look at this guide, it should get you started https://www.pulumi.com/docs/guides/testing/unit/
v

victorious-exabyte-70545

10/19/2021, 8:25 PM
Thanks. Wish there was an azure equivalent to the moto library for AWS.