Open gorkang opened 3 years ago
Should add the output of these lines to test-snapshots.R:
# CREATE SNAPSHOTS TEST LINES # FILES_TO_SNAPSHOT = list.files(path = "outputs/data", pattern = "df_.*csv$", full.names = TRUE, ignore.case = FALSE) # FILES_TO_SNAPSHOT %>% walk(~ cat(paste0('testthat::expect_snapshot_file(here::here("', .x, '"))\n')))
Right now, the system checks for all the snapshots of canonical protocol!
Should add the output of these lines to test-snapshots.R:
Right now, the system checks for all the snapshots of canonical protocol!