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 options= to test() #5996

Merged
merged 4 commits into from
Mar 14, 2024
Merged

Add options= to test() #5996

merged 4 commits into from
Mar 14, 2024

Conversation

MichaelChirico
Copy link
Member

Closes #5842.

Split from #5845 to remove possibility of conflicts when editing .Rraw files.

document in Rd
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

Attention: Patch coverage is 98.63014% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 97.47%. Comparing base (6c1fd83) to head (6b8fa54).
Report is 125 commits behind head on master.

Files Patch % Lines
R/test.data.table.R 60.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5996   +/-   ##
=======================================
  Coverage   97.46%   97.47%           
=======================================
  Files          80       80           
  Lines       14822    14864   +42     
=======================================
+ Hits        14447    14489   +42     
  Misses        375      375           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MichaelChirico MichaelChirico merged commit dbcb656 into master Mar 14, 2024
5 checks passed
@MichaelChirico MichaelChirico deleted the apply-test-options branch March 14, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test() should get an options= argument to transparently & temporarily set options for a test
2 participants