Skip to content

Commit b5c7238

Browse files
authored
reduce testthat clutter (#420)
1 parent 8bdf771 commit b5c7238

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/testthat.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
# setting R_TESTS to empty string because of
2-
# https://github.com/hadley/testthat/issues/144
3-
# revert this when that issue in R is fixed.
4-
Sys.setenv("R_TESTS" = "")
5-
61
library(testthat)
7-
library(checkmate)
8-
library(mlrMBO)
92

103
# the unit tests take pretty long, that can be a problem on WB and cran (and maybe annoying locally)
114
# so we run all tests only on travis and if a certain user env var is set

0 commit comments

Comments
 (0)