tests/testserver/test_ts_markerprofiles_search.R

context("ts markerprofiles_search")

con <- ba_db()$testserver

test_that("Calls are present", {

  res <- ba_markerprofiles_search(con = con)
  expect_that(nrow(res) == 3, is_true())

})
CIP-RIU/brapi documentation built on Oct. 17, 2019, 2 p.m.