test_index {testthis} | R Documentation |
Generate an index of all test_that calls
Description
Generates an index the desc
arguments of all test_that()
calls in the
tests/testthat
directory of a package.
Usage
test_index(
markers = interactive() && requireNamespace("rstudioapi", quietly = TRUE)
)
## S3 method for class 'test_index'
print(x, ...)
Arguments
markers |
|
x |
a |
... |
currently ignored |
Value
A test_index
data.frame
(invisibly if markers == TRUE
)
[Package testthis version 1.1.1 Index]