tests/testthat/test-correlate_to_hydrophobicity.R

test_that("use", {
  skip("WIP")
  t_filename <- "/home/richel/GitHubs/bianchi_et_al_2017/work/tmh-overlapping-binders.Rdata" # nolint indeed a long filename
  figure_1_d_filename <- tempfile()

  expect_silent(
    correlate_to_hydrophobicity(
      tmh_overlapping_binders_as_data_filename = t_filename, # nolint function argument name is indeed long
      figure_1_d_filename = figure_1_d_filename
    )
  )
  expect_true(file.exists(figure_1_d_filename))
})
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.