You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
golem::create_golem("pouet")
usethis::use_test()
golem::set_golem_name("pj") # calls set_golem_name_tests()> readLines("tests/testthat.R") |> cat(sep="\n")
# This file is part of the standard setup for testthat.# It is recommended that you do not modify it.## Where should you do additional test configuration?# Learn more about the roles of various files in:# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview# * https://testthat.r-lib.org/articles/special-files.html
library(testthat)
library(pouet) # Should be pj
test_check("pouet") # Should be pj
The text was updated successfully, but these errors were encountered:
ColinFay
changed the title
[BUG] set_golem_name_tests does not work as expected
[BUG] set_golem_name_tests does not work as expected in set_golem_name
Aug 2, 2024
The text was updated successfully, but these errors were encountered: