tests/testthat/test_conversion_table.R

context("Test that conversion table is properly constructed")

test_that("All records have a 'c'value",  {
  table <- get_conversion_table()

expect_true(  all(table$c != 0))

})
GShotwell/convertr documentation built on May 6, 2019, 5:31 p.m.