filter_unlinked_tests: Remove unliked tests

View source: R/create-test-framework.R

filter_unlinked_testsR Documentation

Remove unliked tests

Description

Remove unliked tests

Usage

filter_unlinked_tests(dd, tests)

Arguments

dd

Tibble containing stories, requirements, and tests. Created in create_test_framework().

tests

Tibble containing all test results, FORMAT: CREATED ON LINE 59 OF generate-docs.R in create_package_docs() or create_metworx_docs().

Details

make_testing_results() takes the tests tibble directly. Drop the test IDs that aren't linked to specs because those IDs won't make it into the other docs.


metrumresearchgroup/mrgvalidate documentation built on March 4, 2023, 7:54 a.m.