-
Notifications
You must be signed in to change notification settings - Fork 763
Open
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
In testthat 3.3, local_snapshotter() gained a new 1st argument, reporter. The PR acknowledged that local_snapshotter() is used in devtools, but devtools doesn't appear to have an update to deal with the new 1st parameter (and it passes the path unnamed). Therefore, it no longer works:
# I technically had to manually uninstall testthat before this.
devtools::install_version("testthat", "3.2.3")
devtools::test_coverage_active_file()
#> (no error)pak::pak("testthat")
devtools::test_coverage_active_file()
#> Error in reporter$new : $ operator is invalid for atomic vectorsI'll PR this momentarily.
fabiandistlerkb
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior