Hi All, Question: Is there a way to unit test my ...
# azure
v
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
Hi, take a look at this guide, it should get you started https://www.pulumi.com/docs/guides/testing/unit/
v
Thanks. Wish there was an azure equivalent to the moto library for AWS.