tests/testthat/test-micromamba_bin_path.R

test_that("Micromamba install path", {
  umamba_bin_path <- micromamba_bin_path()
  expect_true(stringr::str_detect(umamba_bin_path, "micromamba"))
})

Try the condathis package in your browser

Any scripts or data that you put into this service are public.

condathis documentation built on April 12, 2025, 2:01 a.m.