inst/AnnDbPkg-templates/NCBIORG.DB/tests/runalltests.R

suppressMessages(library("RUnit"))

options(warn=1)

dirs <- 'unit'

testFilePat <- ".*test\\.R$"

allSuite <- defineTestSuite(name="allSuite",
                            dirs=dirs,
                            testFileRegexp=testFilePat,
                            rngKind="default",
                            rngNormalKind="default")

results <- capture.output(runTestSuite(allSuite))

q(runLast=FALSE)
Bioconductor/AnnotationForge documentation built on May 4, 2024, 4:35 p.m.