(t *testing.T)
| 422 | } |
| 423 | |
| 424 | func TestFileWriterIntegrationField0(t *testing.T) { |
| 425 | testFileWriterIntegrationDeterministic(t, filepath.Join("TMPDIR", "{{.Field0}}", "out.csv.zst")) |
| 426 | } |
| 427 | |
| 428 | func TestFileWriterIntegrationIndex(t *testing.T) { |
| 429 | testFileWriterIntegrationDeterministic(t, filepath.Join("TMPDIR", "{{.Index}}", "subdir", "out.csv.zst")) |
nothing calls this directly
no test coverage detected