module
biopipen.core.testing
Provide utilities for testing.
Functions
get_pipeline
(
testfile
,loglevel
,enable_report
,**kwargs
)
— Get a pipeline for a test file</>r_test
(
mem
)
(callable) — A decorator to test R code</>
function
biopipen.core.testing.
get_pipeline
(
testfile
, loglevel='debug'
, enable_report=False
, **kwargs
)
Get a pipeline for a test file
function
biopipen.core.testing.
r_test
(
mem
)
→ callable
A decorator to test R code