tests/testthat/test-existingobj.R

context("Creating task from existing code")

source('testfunctions.R')

test_that("Task from existing code (17)", {

  m <- testf17(tmpdir)
  obj <- depwalker::get.object(metadata=m)

  expect_lt(abs(obj), 1)

})
adamryczkowski/depwalker documentation built on May 10, 2019, 5:51 a.m.