tests/testthat/test_url_ok.R

library(aire)

context("Checking target http addresses")

test_that("target url exists", {

  url <- aire:::url_path("2015-01-29", "se")
  expect_false(httr::http_error(url))

})
SevillaR/aire documentation built on May 9, 2019, 1:23 p.m.