-
Notifications
You must be signed in to change notification settings - Fork 4
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
37 independent snapshot testing for tlf ae specificr #75
Conversation
Please follow the update in #73 to pass code coverage test. |
…73 to pass code coverage test
Do you know why we keep on getting |
I am not sure if this is helpful or not. An answer from google: https://stackoverflow.com/questions/6535927/how-do-i-prevent-rplots-pdf-from-being-generated |
please remove it. That is a default behavior when you have a graph device open. But not sure how to avoid that~ |
The SO post suggested including |
Cool, my solution is to update .gitignore to avoid unnecessary files. |
Let me commit a few changes to reduce the commit size and pass the test. |
I guess the change in #77 is sufficient to pass the test. |
Fixed the testing in #78. To enhance robustness, let's snapshot |
Got it. Thanks for the help @elong0527 |
This is an approach that is quite dangerous, tlf_ae_specific doesn't process the tbl enough to make this test meaningful, or am I missing something? This is probably why we missed the tlf_ae_specific was still needing half of its development. @elong0527, as a compromise, could we snapshot the header and first 5 lines of the tlf? |
Snapshot testing for
tlf_ae_specific()
. All tests passed