test_description_test_that {covtracer} | R Documentation |
Parse the test description from a test_that
call
Description
Parse the test description from a test_that
call
Usage
test_description_test_that(x, ...)
Arguments
x |
A test_that call object |
... |
Additional arguments unused |
Value
A character
description, parsed from a test_that::test_that
call
[Package covtracer version 0.0.1 Index]