MCPcopy Create free account
hub / github.com/AdRoll/baker / TestFileWriterIntegrationField0

Function TestFileWriterIntegrationField0

output/filewriter_test.go:424–426  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

422}
423
424func TestFileWriterIntegrationField0(t *testing.T) {
425 testFileWriterIntegrationDeterministic(t, filepath.Join("TMPDIR", "{{.Field0}}", "out.csv.zst"))
426}
427
428func TestFileWriterIntegrationIndex(t *testing.T) {
429 testFileWriterIntegrationDeterministic(t, filepath.Join("TMPDIR", "{{.Index}}", "subdir", "out.csv.zst"))

Callers

nothing calls this directly

Tested by

no test coverage detected