Skip to content

Moves service template test cases to separate file

Daniel Croft requested to merge dcroft-service_template_test into master

Problem to solve

As described in #140 (closed) we're trying to simplify the template tests as the file in question is quite large.

Proposed solution

Decompose template_test.go into individual test files for each template. Separate helper functions into a new file.

What does this MR do?

This MR moves the test cases for the service.yaml template to test/templates/service_test.go.

Merge request reports