1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-06 08:09:42 +02:00

(v2.1.1.9129) unit test fix

This commit is contained in:
2025-01-27 16:17:03 +01:00
parent 6efa317a81
commit 1149360b27
66 changed files with 94 additions and 80 deletions

View File

@@ -2210,6 +2210,6 @@ devtools::load_all(".")
# run the unit tests
Sys.setenv(NOT_CRAN = "true")
testthat::test_file("inst/tinytest/test-data.R")
testthat::test_file("inst/tinytest/test-mo.R")
testthat::test_file("inst/tinytest/test-mo_property.R")
testthat::test_file("inst/tests/testthat/test-data.R")
testthat::test_file("inst/tests/testthat/test-mo.R")
testthat::test_file("inst/tests/testthat/test-mo_property.R")