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

Tests for box module attached functions, three dots, aliases #14

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

radbasa
Copy link
Collaborator

@radbasa radbasa commented Jan 25, 2023

Changes description

No new code to support klmr/box attached functions, three dots, aliases.

Just tests for the above.

Closes #3 #5 #10

How to test

  • Unit tests provided
  • To use with a rhino app, covr::file_coverage(source_files = "box_loader.R", test_files = list.files("test/testthat", full.names = TRUE)) where box_loader.R contains box::use( # all of your app's modules )
  • To get the GUI report, wrap the above with covr::report()

@radbasa radbasa self-assigned this Jan 25, 2023
Copy link
Member

@jakubnowicki jakubnowicki left a comment

Choose a reason for hiding this comment

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

LGTM

@jakubnowicki jakubnowicki merged commit f1eee66 into klmr-box-support Feb 21, 2023
@jakubnowicki jakubnowicki deleted the feature/attached-functions-tests branch February 21, 2023 13:47
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.

Make covr work with a function loaded from a box module
2 participants