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

Function TestFileWriterIntegrationIndex

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

Source from the content-addressed store, hash-verified

426}
427
428func TestFileWriterIntegrationIndex(t *testing.T) {
429 testFileWriterIntegrationDeterministic(t, filepath.Join("TMPDIR", "{{.Index}}", "subdir", "out.csv.zst"))
430}
431
432func TestFileWriterIntegrationRotationIndex(t *testing.T) {
433 testFileWriterIntegrationDeterministic(t, filepath.Join("TMPDIR", "{{.Rotation}}", "out.csv.zst"))

Callers

nothing calls this directly

Tested by

no test coverage detected