tests/testthat/helper-skip.R

skip_kenpom_test <- function(){
  if(Sys.getenv("KP_USER") == ''){
    skip("User can't run KenPom tests")
  } else {
    invisible()
  }
}
saiemgilani/hoopR documentation built on Dec. 7, 2023, 11:06 p.m.