(n ...string)
| 35 | } |
| 36 | |
| 37 | func testFixture(n ...string) string { |
| 38 | paths := []string{fixturesDir} |
| 39 | paths = append(paths, n...) |
| 40 | return filepath.Join(paths...) |
| 41 | } |
| 42 | |
| 43 | func testMeta(t *testing.T) Meta { |
| 44 | var out, err bytes.Buffer |
no outgoing calls
no test coverage detected
searching dependent graphs…