[409433]: / tests / testthat / test-tensorboard.R

Download this file

8 lines (5 with data), 127 Bytes

1
2
3
4
5
6
7
context("tensorboard")
test_that("Tensorboard", {
expect_error(ecoliEvaluation())
expect_error(ecoliEvaluation(""))
})