Nothing
testthat::test_that('Verificando função calc_mch', {
testthat::expect_equal(calc_mch(10, 5), 20.0)
testthat::expect_equal(calc_mch(10, 2), 50.0)
testthat::expect_error(calc_mch())
testthat::expect_error(calc_mch(-10, 5))
testthat::expect_error(calc_mch(10, -5))
testthat::expect_error(calc_mch(15, 0))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.