is_testing {testthat}R Documentation

Determine testing status

Description

These are thin wrappers that retrieve the values of environment variables. To avoid creating a run-time dependency on testthat, you can inline the source of these functions directly into your package.

Usage

is_testing()

is_parallel()

testing_package()

[Package testthat version 3.1.4 Index]