tests/testthat.R

library(testthat)
library(faux)

expect_equal <- function(...) {
  testthat::expect_equal(..., check.environment=FALSE)
}

test_check("faux")

Try the faux package in your browser

Any scripts or data that you put into this service are public.

faux documentation built on April 20, 2023, 9:13 a.m.