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

Closes #94 tests for assertionsr@devel #150

Merged
merged 12 commits into from Nov 4, 2022
Merged

Conversation

AniaGolab
Copy link
Contributor

@AniaGolab AniaGolab commented Oct 28, 2022

Thank you for your Pull Request! We have developed this task checklist from the Development Process Guide to help with the final steps of the process. Completing the below tasks helps to ensure our reviewers can maximize their time on your code as well as making sure the admiral codebase remains robust and consistent.

Please check off each taskbox as an acknowledgment that you completed the task or check off that it is not relevant to your Pull Request. This checklist is part of the Github Action workflows and the Pull Request will not be merged into the devel branch until you have checked off each task.

  • Place Closes #<insert_issue_number> into the beginning of your Pull Request Title (Use Edit button in top-right if you need to update)
  • Code is formatted according to the tidyverse style guide. Run styler::style_file() to style R and Rmd files
  • Updated relevant unit tests or have written new unit tests - See Unit Test Guide
  • If you removed/replaced any function and/or function parameters, did you fully follow the deprecation guidance?
  • Update to all relevant roxygen headers and examples.
  • Run devtools::document() so all .Rd files in the man folder and the NAMESPACE file in the project root are updated appropriately
  • Address any updates needed for vignettes and/or templates
  • Update NEWS.md if the changes pertain to a user-facing function (i.e. it has an @export tag) or documentation aimed at users (rather than developers)
  • Build admiral site pkgdown::build_site() and check that all affected examples are displayed correctly and that all new functions occur on the "Reference" page.
  • Address or fix all lintr warnings and errors - lintr::lint_package()
  • Run R CMD check locally and address all errors and warnings - devtools::check()
  • Link the issue so that it closes after successful merging.
  • Address all merge conflicts and resolve appropriately.
  • Pat yourself on the back for a job well done! Much love to your accomplishment!

Golab, Ania {MDBL~South San Francisco} and others added 3 commits October 28, 2022 02:05
editted assert_character_scalar to account for uppercase values and added instructions to make sure users only use lowercase values.
@AniaGolab AniaGolab changed the title 94 tests for assertionsr@devel Closes #94 tests for assertionsr@devel Oct 28, 2022
@AniaGolab AniaGolab linked an issue Oct 28, 2022 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Oct 28, 2022

Code Coverage

Package Line Rate Health
admiraldev 90%
Summary 90% (899 / 1002)

@AniaGolab
Copy link
Contributor Author

HI @bms63 and @thomas-neitmann, I added 57 tests on assertions.r with overall 100% test coverage. I also added a description to the values of the assert_character_scalar and in the assert_character_scalar itself in the assertions.r. Please let me know if you want me to add this change into the NEWS function too? Or if you have any other feedback. Thank you :)

@bms63
Copy link
Collaborator

bms63 commented Oct 30, 2022

Wow. You have single-handedly increased the test coverage from 50% to 90%! A true admiral legend

Copy link
Collaborator

@bms63 bms63 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you replace doesn't with does not please?

Copy link
Collaborator

@bms63 bms63 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few minor grammar issues to address. Does this give 100% coverage for all the assertions.R functions?

Copy link
Collaborator

@bms63 bms63 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this from the file and directly call admiral.test::admiral_dm

image

AniaGolab and others added 6 commits October 31, 2022 12:13
Co-authored-by: Ben Straub <ben.x.straub@gsk.com>
Co-authored-by: Ben Straub <ben.x.straub@gsk.com>
Co-authored-by: Ben Straub <ben.x.straub@gsk.com>
Co-authored-by: Ben Straub <ben.x.straub@gsk.com>
2. library(admiral.test) removed.
3. added 2 more checks for new function added => currently at 100% in coverage on assertions.R.
@AniaGolab
Copy link
Contributor Author

Thank you for the comments Ben! I applied the changes, please let me know if there is anything else to edit :)

Copy link
Collaborator

@bms63 bms63 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for this @AniaGolab. You single-handedly brought us from 40% to 90% test coverage!!

@bms63 bms63 merged commit 34aaa81 into devel Nov 4, 2022
@bms63 bms63 deleted the 94_tests_for_assertionsr@devel branch November 4, 2022 21:54
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.

General Issue: Increase test coverage for functions in assertions.R
2 participants