Skip to content

Commit

Permalink
tests: use test helpers from mlr3pipelines (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored May 13, 2024
1 parent 0d2efb1 commit 929957e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 556 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Imports:
data.table,
lgr,
mlr3misc (>= 0.14.0),
mlr3pipelines,
mlr3pipelines (>= 0.5.2),
paradox,
R6,
tf
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ library(checkmate)
library(mlr3misc)
library(mlr3pipelines)
library(R6)
library(paradox)

lapply(list.files(system.file("testthat", package = "mlr3"), pattern = "^helper.*\\.[rR]", full.names = TRUE), source)
lapply(list.files(system.file("testthat", package = "mlr3pipelines"), pattern = "^helper.*\\.[rR]", full.names = TRUE), source)
Loading

0 comments on commit 929957e

Please sign in to comment.