spark_integ_test_skip: It lets the package know if it should test a particular...

View source: R/utils.R

spark_integ_test_skipR Documentation

It lets the package know if it should test a particular functionality or not

Description

It lets the package know if it should test a particular functionality or not

Usage

spark_integ_test_skip(sc, test_name)

Arguments

sc

Spark connection

test_name

The name of the test

Details

It expects a boolean to be returned. If TRUE, the corresponding test will be skipped. If FALSE the test will be conducted.


rstudio/sparklyr documentation built on April 30, 2024, 4:01 p.m.