inst/tinytest/test_utils.R

expect_error(tinytest:::stopf("foo %s","bar"),"foo bar")

expect_equal(tinytest:::humanize(0.3,color=FALSE),"0.3s")
expect_equal(tinytest:::humanize(61,color=FALSE),"1m 1.0s")
expect_equal(tinytest:::humanize(3601,color=FALSE),"1h 0m 1.0s")

Try the tinytest package in your browser

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

tinytest documentation built on March 7, 2023, 7:43 p.m.