Integration tests for non-CSV export formats
Open
enhancement
technical-debt
tests
- Dominant language
- Rust
- Stars
- 289
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
All the blackbox integration tests currently rely on writing to CSV. This prevents, e.g., writing a regression test for #613. We need a way to specify which format(s) we expect and generalise the test harness to handle that.
Contributor guide
Research direction
Start by locating the blackbox integration-test harness and tracing where it assumes CSV output; review issue #613 as the motivating regression case. Done means the harness can declare one or more expected export formats and integration tests cover non-CSV output without breaking existing CSV tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100