-
Notifications
You must be signed in to change notification settings - Fork 34
Combining renderer and compiler tests #212
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f87f0d4
trying combining renderer and compiler tests
suhaani-agarwal 7efaa1d
corrected filter for combined tests
suhaani-agarwal de3922d
corrected filter for combined tests
suhaani-agarwal ea956b7
running tests again
suhaani-agarwal 623e5ab
combining normal tests and r coverage collection
suhaani-agarwal bd99ed7
running tests again
suhaani-agarwal 74701ca
Merge remote-tracking branch 'origin/master' into update-coverage
suhaani-agarwal c9b77b3
checking r coverage collection
suhaani-agarwal 16a8846
running tests only once
suhaani-agarwal 9582af0
added r coverage collection to testthat.r
suhaani-agarwal 3d0dfe8
added env
suhaani-agarwal 16d7ef5
using record_tests
suhaani-agarwal 67d9106
correct usage of record_tests
suhaani-agarwal ec9c7fe
using package_coverage
suhaani-agarwal 502e13e
trying seperate jobs for js and r coverage
suhaani-agarwal 94ffdd1
updated tests.yaml
suhaani-agarwal 8762443
added flag for R coverage
suhaani-agarwal 1afea22
removed test-tt-inter
suhaani-agarwal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sometimes interactively we want to set filter to something else.
so I wonder if we need to separate these two?
why not tests_run() (without filter arg) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
running tests_run() without a filter would also run two other test files that I believe are currently not in working condition and produce errors:
Do you think we should remove test-tt-inter.R?
Once these test files are free of errors, we can update this part of the code to use tests_run() without the separate renderer and compiler filters, if you prefer that approach instead of printing the separation like it currently does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes please remove test-tt-inter.R
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
about the shiny tests, can you please review #209 ?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I’ve gone through the PR and the related issue and dropped some comments about optimising it and aligning it better with the existing tests. Please take a look when you're free , and please let me know if I’ve misunderstood anything or if anything needs clarification!