powered by
This allows for post-hoc whitelisting of results according to the patterns specified.
whitelist(object, patterns)
An object of class cbtf with the additional whitelist patterns applied.
cbtf
An object of class cbtf.
One or more strings containing regular expressions to match the errors to whitelist.
fuzz
## this reports a false positive result (res <- fuzz(funs = "matrix", what = test_inputs("scalar"))) ## with whitelisting, we can remove that whitelist(res, "must be of a vector type")
Run the code above in your browser using DataLab