set_testing_slow: Setup the environment to still run slow tests

View source: R/tests.R

set_testing_slowR Documentation

Setup the environment to still run slow tests

Description

This function sets an environment variable TEST_FAST to 'false' which is used to flag if a test should be skipped or not. If you place skip_if_testing_is_fast in a test then it will check if TEST_FAST is 'true', if it is, then it will skip the next expectations with a test_that() block. Please note that this function is to be used in gwasrapidd development.

Usage

set_testing_slow()

Value

Returns NULL. This function should be used for its side effect.


ramiromagno/gwasrapidd documentation built on Jan. 3, 2024, 10:21 p.m.