Closed yonicd closed 5 years ago
One for each?
Under which GitHub account?
What would be an example of a good reason to skip a test, with the user still trusting the package? Interactive stuff?
Did you use any such dummy package whilst testing covrpage
?
there is a dummy benchmark package in the tests/assets/benchmark folder.
remedy is a good example for skipping tests, even covrpage is a good example for skipping tests (nearly all cant be run on travis)
there are cases when developers skip problem tests on purpose just to get it to run on the non-problematic ones.
I actually asked this very question of the validity of a package on twitter and only @colinfay responded.
I don't see skipped tests in https://github.com/ThinkR-open/remedy/tree/master/tests#tests-and-coverage, what URL should I use in the vignette? I'm thinking using the examples you mention will be more doable than my creating packages.
Yeah Twitter is not always the best place for questions. :wink:
I can't open the submodule in https://github.com/yonicd/covrpage/tree/master/tests/assets, so for that, what URL should be used for the vignette?
Not sure why it is locking that directory
I’ll open a few repos that we can use covrpage_example_skip covrpage_example_fail
have dummy packages that can be used in examples and vignettes to show how the outputs to such outcomes should be used and interpreted.