View source: R/get_tests_skip_stf.R
| get_tests_skip_stf | R Documentation |
This function filters and joins test metadata to identify which tests should be skipped based on failed or problematic test results.
get_tests_skip_stf(problem_tests, test_map)
problem_tests |
A data frame of problematic tests, including columns 'file' and 'context'. |
test_map |
A data frame representing the test structure, including columns 'file' and 'context'. |
A data frame containing the merged skip test mapping, or 'NULL' if validation or processing fails.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.