tests/testthat/test-smartBonds.R

test_that("smartBonds() returns NULL if smiles input is NULL or NA", {
  expect_type(smartBonds(NA, "C=C"), "NULL")
  expect_type(smartBonds(NULL, "C=C"), "NULL")
})
toxicpeng/indoortransformer documentation built on April 15, 2022, 6:38 p.m.