Identify Subset of Tests with Specified Tags and that Support Specified Argument Settings
subset_tests(tests = test_db(), tags = NULL, args = NULL, defaults = list())
A list of tests that support specified arguments.
A list of tests to subset.
(optional) A character vector of tags that tests must have.
Named arguments with sets of values to test against.
(optional) Named list with default argument values.