module
biopipen.core.testing
Provide utilities for testing.
Classes
PipenShowSessionInfoAfterFail— A plugin to show session info after a test fails</>
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</>
class
biopipen.core.testing.PipenShowSessionInfoAfterFail()
A plugin to show session info after a test fails
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