tests/testthat/test-getDatasets.R

context("Test: getDatasets()")

test_that("The getDatasets() interface works properly..",{

    skip_on_cran()
    skip_on_travis()

    expect_identical(getMarts()[1 , "mart"][[1]], "ENSEMBL_MART_ENSEMBL")
    expect_output(getDatasets(mart = "ENSEMBL_MART_ENSEMBL"))

})
ropensci/biomartr documentation built on Dec. 11, 2023, 5:37 a.m.