Skip to content

test: add integration tests for --delimiter, --tsv, and --header flags#73

Merged
vmvarela merged 1 commit intomasterfrom
issue-41/add-delimiter-header-tests
Mar 20, 2026
Merged

test: add integration tests for --delimiter, --tsv, and --header flags#73
vmvarela merged 1 commit intomasterfrom
issue-41/add-delimiter-header-tests

Conversation

@vmvarela
Copy link
Copy Markdown
Owner

Summary

  • Adds 6 new integration tests (tests 8–13) covering the --delimiter, --tsv, and --header flags that were shipped without test coverage in Custom delimiter support (--delimiter / --tsv) #9 and Output header row option (--header / -H) #10.
  • Tests verify: pipe-separated input (--delimiter '|'), tab-separated input (--delimiter '\t' and --tsv), header row output (--header), combined --header + --delimiter, and default no-header CSV behavior.
  • Discovered and documented that --delimiter affects input parsing only; output is always CSV.

Closes #41

@vmvarela vmvarela added type:chore Maintenance, refactoring, tooling tech-debt Technical debt — address proactively labels Mar 20, 2026
@vmvarela vmvarela merged commit 22b352f into master Mar 20, 2026
6 checks passed
@vmvarela vmvarela deleted the issue-41/add-delimiter-header-tests branch March 20, 2026 00:21
@vmvarela vmvarela mentioned this pull request Mar 20, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tech-debt Technical debt — address proactively type:chore Maintenance, refactoring, tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tests for delimiter and header features

1 participant