subset_tests: Identify Subset of Tests with Specified Tags and that Support...

View source: R/test_db.R

subset_testsR Documentation

Identify Subset of Tests with Specified Tags and that Support Specified Argument Settings

Description

Identify Subset of Tests with Specified Tags and that Support Specified Argument Settings

Usage

subset_tests(tests = test_db(), tags = NULL, args = NULL, defaults = list())

Arguments

tests

A list of tests to subset.

tags

(optional) A character vector of tags that tests must have.

args

Named arguments with sets of values to test against.

defaults

(optional) Named list with default argument values.

Value

A list of tests that support specified arguments.


HenrikBengtsson/future.tests documentation built on May 28, 2023, 2:56 a.m.