tests/testthat/test-content_report.R

###############################################################################
# Suppressing some functions messages because they only output the information
# on how much time they took.
###############################################################################

dummy_df <- suppressMessages(dummy_data(10))


test_that("multiplication works", {
    result_list <- content_report(dummy_df)

    expect_equal(names(result_list), c("global", "variables"))
})

Try the qol package in your browser

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

qol documentation built on March 11, 2026, 1:06 a.m.