tests/testthat/test-df.R

context("df")

test_that("wtfismyip works", {
  a <- wtfismyip()
  expect_true(inherits(a, "character"))
  a <- wtfismyip(verbose = TRUE)
  expect_true(inherits(a, "data.frame"))
})
ColinFay/wtfismyip documentation built on May 28, 2019, 12:18 p.m.