tests/testthat/test-general.R

test_that("VSM help", {
  vsm.help('ppms.vsm.hystLoops') -> text
  expect_true(nchar(text)>0)

  vsm.help() -> text
  expect_true(nchar(text)>0)
})
thomasgredig/quantumPPMS documentation built on Feb. 21, 2024, 1:13 a.m.