Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 31, 2024
2 parents 3106d82 + 98e9863 commit 42510bd
Show file tree
Hide file tree
Showing 2 changed files with 11 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
5 changes: 5 additions & 0 deletions tests/testthat/test-check_input_filename.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test_that("use", {
expect_silent(
check_input_filename(get_beastier_path("beast2_example_output.log"))
)
})

0 comments on commit 42510bd

Please sign in to comment.