()
| 8043 | } |
| 8044 | |
| 8045 | func (t *testTemplateEngine) Load() error { |
| 8046 | if t.path == "" { |
| 8047 | t.path = "testdata" |
| 8048 | } |
| 8049 | t.templates = template.Must(template.ParseGlob("./.github/" + t.path + "/*.tmpl")) |
| 8050 | return nil |
| 8051 | } |
| 8052 | |
| 8053 | // go test -run Test_Ctx_Render_Engine |
| 8054 | func Test_Ctx_Render_Engine(t *testing.T) { |
no outgoing calls
no test coverage detected