Skip to content

Commit

Permalink
tests: testthat setup
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Jul 18, 2024
1 parent faef793 commit 11fc6ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if (requireNamespace("testthat", quietly = TRUE)) {
library("testthat")
library("mlr3forecast")

test_check("mlr3forecast")
}
3 changes: 3 additions & 0 deletions tests/testthat/test.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("testthat is working", {
expect_true(TRUE)
})

0 comments on commit 11fc6ea

Please sign in to comment.