Closed howardbaik closed 2 years ago
Hi @howardbaek , thanks for the validation. There are 2 issues that need to be solved before we merge.
Message: could not find function "ae_summary"
test-meta_run.R
into test-independent-testing-meta_run.R
@LittleBeannie Do I need to define ae_summary
anad ae_specific
inside each test_that
function? Also, I've renamed test-meta_run.R
into test-independent-testing-meta_run.R
@LittleBeannie Do I need to define
ae_summary
anadae_specific
inside eachtest_that
function? Also, I've renamedtest-meta_run.R
intotest-independent-testing-meta_run.R
As long as you can pass the CMD check. The ae_summary
is indicated by the error message. Just for your reference to fix the CMD check.
You might find the testthat testing fixtures article informative about the best practices.
Any plan to fix the CI/CD issue and close the PR?
Yep, I'll work on it this week.
All tests passed. Snapshot testing followed Basic Workflow.