Skip to content
Prev 12141 / 21312 Next

[Bioc-devel] "extra" unit tests

A partial answer if you are using the 'testthat' framework: you can use
`testthat::skip_on_bioc()` to specify that a test should be skipped if it
is running on the BioC build machines. The test will otherwise be run
(e.g., during local development). There are some other `testthat::skip*()`
functions that may also be useful.
Cheers,
Pete

On Wed, 25 Oct 2017 at 12:47 Levi Waldron <lwaldron.research at gmail.com>
wrote: