tests/testthat/test-utilities-data-repository.R

# .loadDataRepositoryFromPKML

test_that("It can load a valid observed data file", {
  file <- getTestDataFilePath("obs_data.pkml")
  obsData <- .loadDataRepositoryFromPKML(file)
  expect_true(!is.null(obsData))
})
Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.