Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check_ard_structure() unit test for all ard_*() functions #248

Open
ddsjoberg opened this issue May 14, 2024 · 0 comments
Open

Add check_ard_structure() unit test for all ard_*() functions #248

ddsjoberg opened this issue May 14, 2024 · 0 comments

Comments

@ddsjoberg
Copy link
Collaborator

I've noticed some slight differences among the ard_*() functions with respect to column ordering, columns present, etc.

Let's add a check like the one below to all ard_*() tests.

expect_silent(
  check_ard_structure(ard_*(...))
)

Note that check_ard_structure(method=TRUE) is the default, but some ard_*() functions will not have method rows by design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant