Open fikovnik opened 6 years ago
gen_from_package(path, types, filter, functions_exclude, ...)
path
function_exclude
gen_from_sources(path, files, functions_exclude, ...)
files
gen_from_code(path, code, functions_exclude, ...)
code
gen_from_code(path, fun, functions_exclude, ...)
fun
trace_package(functions, files, lib_paths, keep_traces, generate_tests, prune_tests, ...)
functions
keep_traces
generate_tests
prune_tests
gen_from_package(".", types="all")
gen_from_package(path, types, filter, functions_exclude, ...)
path
- path to package source - it will install the package into some temp folder if is not installed alreadyfunction_exclude
- a list of function names to exclude from the packagegen_from_sources(path, files, functions_exclude, ...)
files
- files to rungen_from_code(path, code, functions_exclude, ...)
code
- code to rungen_from_code(path, fun, functions_exclude, ...)
fun
- fun to runtrace_package(functions, files, lib_paths, keep_traces, generate_tests, prune_tests, ...)
functions
- fqfn to tracekeep_traces
- "none" or "failed" or "all"generate_tests
- true / falseprune_tests
- true / falsefiles
- files to run