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 self-test feature to test file-readability on the fly based on user demand #12

Open
bedantaguru opened this issue Dec 31, 2019 · 0 comments
Labels
Documentation Improvements or additions to documentation Enhancement New feature or request

Comments

@bedantaguru
Copy link
Member

Already added a prototype/working version in cae10c0

This is to test read functions capabilities for various file types.

A broader framework can be adopted here to make almost all tests available to the user through appropriate channels.

The idea is that a test will be conditional when there is a heavy dependency on the system or third-party library. But user should have an option to run these tests for debugging/knowing machine issues. A guide also can be made for raising the issue in Github for the same.

This can be implemented by adopting tests that were already written.

As of now, a separate function is written for a test.

possible_to_support_real_file_type_checks <- function() {

@bedantaguru bedantaguru added Documentation Improvements or additions to documentation Enhancement New feature or request labels Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant