Skip to content

Commit

Permalink
Improve codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 8, 2024
1 parent 66a725e commit 2f574d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat/test-check_beast2_path.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
test_that("use", {
expect_silent(
check_beast2_path(get_beastier_path("some path that exists TODO"))
)
})

test_that("abuse", {
expect_error(
check_beast2_path("abs.ent"),
"File 'beast2_path' not found. Could not find file with path 'abs.ent'"
Expand Down

0 comments on commit 2f574d2

Please sign in to comment.