This document was autogenerated at r file.mtime("_tests.json")

d <- as.vector(jsonlite::fromJSON('_tests.json'))
if (length(d) > 0){
  df <- data.frame(
    id = seq_along(d),
    test = names(d),
    status = ifelse(sapply(d, '[[', 1) == 2, ":rage:", ":smile:")
  )
  rownames(df) <- NULL
  knitr::kable(df, format = 'markdown')
} else {
  cat("No test results available.\n")
  cat("Please make sure there are tests in Extras/Tests\n")
  cat("Run `runTests()` from the root folder of the project\n")
}

Usage Notes

  1. Use the Data/ folder to put data files required by the tests.
  2. Add descriptions for the tests using the MetaInfo tab.


alteryx/jeeves documentation built on May 12, 2019, 1:40 a.m.