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 Jan. 11, 2025, 8:40 a.m.