tests/testthat/test_get_airport_movement_dates_available.R

context("get_airport_movement_dates_available")

# skip tests because they take too much time
skip_if(Sys.getenv("TEST_ONE") != "")
testthat::skip_on_cran()


# get_airport_movement_dates_available -----------------------

test_that("get_airport_movement_dates_available", {

  testthat::expect_true(class(get_airport_movement_dates_available()) == "numeric")
})

Try the flightsbr package in your browser

Any scripts or data that you put into this service are public.

flightsbr documentation built on June 8, 2025, 1:17 p.m.