Skip to content

Add tests for delimiter and header features #41

@vmvarela

Description

@vmvarela

Description

The --delimiter / --tsv and --header / -H features (#9, #10) were shipped without dedicated test coverage. Add integration tests that verify these features work correctly and catch regressions.

Acceptance Criteria

  • Test --delimiter "|" produces pipe-separated output
  • Test --delimiter "\t" and --tsv produce tab-separated output
  • Test --header includes column names as the first output row
  • Test --header combined with --delimiter / --tsv
  • Test default behavior (no flags) still produces CSV without header
  • All tests run as part of zig build test

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:mediumShould be done soonsize:sSmall — 1 to 4 hoursstatus:readyRefined and ready for sprint selectiontech-debtTechnical debt — address proactivelytype:choreMaintenance, refactoring, tooling

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions