tests/testthat/test_temp.R

library(projectNickel)
context('Call API')

test_that("Test that failed API is logged correctly", {
  skip('')
  expect_identical(T, T)
})

test_that("Test that failed JSON parse is logged", {
  skip('')
  expect_identical(T, T)
})

test_that("Test that 0 rows in df is handled correctly", {
  skip('')
  expect_identical(T, T)
})


test_that("Test that df always has correct format", {
  skip('')
  expect_identical(T, T)
})
davesteps/projectNickel documentation built on Dec. 2, 2019, 6:25 p.m.