about summary refs log tree commit diff
path: root/templater/templater_test.go
AgeCommit message (Collapse)AuthorFilesLines
2017-04-04 feat templater: Fail if values are missingVincent Ambo1-0/+17
Golang's template package now has an option for failing if template variables are missing: https://golang.org/pkg/text/template/#Template.Option This updates the templater code to make use of that option and return the errors encountered during templating. This fixes #1
2017-02-08 feat templater: Add applyLimits testsVincent Ambo1-0/+138