dfe-analytical-services / dfe-analytical-services/eesyapi.R
Add better test coverage on query functions
Open
things to test
- Dominant language
- R
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Is your feature request related to a problem? Please describe.
Currently we don't have great test coverage of how fully a data set is retrieved.
## Describe the solution you'd like
We have some easy wins here by making use of the direct CSV downloads or the CSV endpoint of the API (soon to be added) to compare a full CSV against the parsed paginated response.
## Describe alternatives you've considered
Nothing else so far.
## Additional context
Could use something like waldo to compare the whole data frame, though would need to consider ordering if doing this.
Contributor guide
Assessment
This issue has not been assessed yet.