tests/testthat/test-gpt_annot_codify.R

test_that("gpt_annot_codify works", {

  coded <- gpt_annot_codify()
  testthat::expect_true(
    all(
      c("annot","annot_coded","annot_weighted") %in% names(coded)
    )
  )
})
neurogenomics/HPOExplorer documentation built on Aug. 24, 2024, 1:39 a.m.