tests/testthat/test-gpt_annot_check.R

test_that("gpt_annot_check works", {

  checks <- gpt_annot_check()
  testthat::expect_true(all(
    c("annot","annot_mean","consistency_count","annot_check","checkable_rate",
      "checkable_count","true_pos_rate","false_neg_rate") %in% names(checks)
  ))
})
neurogenomics/HPOExplorer documentation built on July 17, 2024, 3:12 p.m.