func TestRender(t *testing.T) { dir, err := ioutil.TempDir("test", "render_output") if err != nil { log.Fatal(err) } defer os.RemoveAll(dir) // clean up render := NewRender(dir, regexp.MustCompile("ignore")) tmpfn := filepath.Join(dir, "tmpfile") if err := ioutil.WriteFile(tmpfn, content, 0
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected