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

Provide validators for testing #31

Open
lorenzwalthert opened this issue Jan 27, 2018 · 0 comments
Open

Provide validators for testing #31

lorenzwalthert opened this issue Jan 27, 2018 · 0 comments

Comments

@lorenzwalthert
Copy link
Owner

Provide functions that can be used to directly compute the number of lines of each file in a git repo, e.g. via

compute_file_length(path = ".")

which can then be used to validate the parsing by comparing the computed number of lines per file with the actual number of lines per file in the repository.

validate_parsing_via_file_length(path = ".")

In principal formalise what has been done locally for dplyr.

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