Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

Create Unit Tests for module keyvault-cert, keyvault-policy, keyvault-secret #62

Closed danielscholl closed 4 years ago

danielscholl commented 4 years ago

This module currently doesn't have any unit tests for the module directly. Unit testing is only done at the template. In order to assist developers and help understand the usage of the module a unit test should be added. Tests in the Network module can be used as an example.

Acceptance Criteria

Tests should be able to run directly from the module. Tests should be able to run automatically from the existing Mage task runner. All tests should pass. Coding standards and style should be maintained. Documentation should be updated if necessary.

danielscholl commented 4 years ago

Closing this item as not needed anymore as these modules aren't used in the osdu-mvp architecture now.