get_dbtest_detail: Get dbtest Detail

Description Usage Arguments Value

Description

Retrieve test details from a list of dbtest_results objects. Returns a much more natural object to work with than nested lists and enables more easily surfacing the _reasons_ that tests failed.

Usage

1
2
get_dbtest_detail(.obj, db = NULL, file = NULL, context = NULL,
  verb = NULL)

Arguments

.obj

The dbtest_results object (or a list of such objects) to get detail for

db

optional The database label to filter by

file

optional The test file to filter by

context

optional The test context to filter by

verb

optional The verb to filter by

Value

A tibble with test details (and stack traces)


rstudio/dbtest documentation built on May 6, 2019, 10:47 a.m.