[1c0e03]: / tests / testthat / test-gpuManagement.R

Download this file

7 lines (5 with data), 153 Bytes

1
2
3
4
5
6
context("gpu-management")
test_that("Check the functions in gpu-management", {
expect_error(startGPUSession())
expect_error(startGPUSession(""))
})