pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Cleanup unit tests #35

Open praneetloke opened 4 years ago

praneetloke commented 4 years ago

The unit tests have a lot of repetition among them. It is also a little hard for new contributors to understand what should go in a test when a new one is being added. Creating some common utilities that can be shared by the unit tests would be great and would reduce the boilerplate code, that is currently required.