tests/testthat/test-helper-read.R

test_that("read-helpers work", {
  mut_data_download <- swc_read_data()

  expect_named(
    mut_data_download,
    c("canton", "district", "municipality", "metadata")
  )

  # FIXME: some more tests would be good, but maybe later
})
cynkra/munch documentation built on Dec. 15, 2024, 6:06 a.m.