Skip to content

Commit ccae7d7

Browse files
committed
Reduce plotly scope in test-create-report.R
1 parent fdaccf6 commit ccae7d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/testthat/test-create-report.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ test_that("test overall functionalities", {
2121
config = list("plot_correlation" = list(), "plot_prcomp" = list()),
2222
report_title = "5/6: Detect 0 complete rows", quiet = TRUE)
2323
create_report(airquality, y = "Ozone", plotly = TRUE,
24+
config = list(
25+
"introduce" = list(),
26+
"plot_intro" = list(),
27+
"plot_missing" = list(),
28+
"plot_histogram" = list(nrow = 1L, ncol = 2L)
29+
),
2430
output_file = file_name, output_dir = dir_name,
2531
report_title = "6/6: Test plotly", quiet = TRUE)
2632
create_report(iris, output_file = file_name, output_dir = dir_name, quiet = TRUE)

0 commit comments

Comments
 (0)