mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Don't override `testthat::expect_equal()` in helper

Open m-muecke opened this issue 1 year ago • 0 comments

Since basically all the mlr3 repos are using testthat version 3 it would be easier for using the helper test functions if the testthat::expect_equal() is not overriden to its v2 behaviour in the following file: https://github.com/mlr-org/mlr3pipelines/blob/master/inst/testthat/helper_compat.R

m-muecke avatar Jul 30 '24 20:07 m-muecke