comparison runit/checkformat_tests.R @ 1:e194eec8e70c draft

planemo upload for repository https://github.com/workflow4metabolomics/checkformat.git commit 8ebfbfa8d9449c9bbfbf569851a30b1e33df0b3f
author ethevenot
date Sat, 06 Aug 2016 11:54:28 -0400
parents
children 80a38d36f946
comparison
equal deleted inserted replaced
0:0d8099822c49 1:e194eec8e70c
1 test_input_default <- function() {
2
3 testDirC <- "input"
4 argLs <- list()
5
6 argLs <- c(defaultArgF(testDirC), argLs)
7 outLs <- wrapperCallF(argLs)
8
9 checkEquals(outLs[['infVc']][4], 'Table formats are OK; enjoy your analyses!')
10
11 }