Azure / osdu-infrastructure

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

Create Module Unit tests for app-service #57

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.