diff --git a/tests/testthat/setup.R b/tests/testthat/setup.R index 2cc2de8..610d229 100644 --- a/tests/testthat/setup.R +++ b/tests/testthat/setup.R @@ -1,9 +1,7 @@ -source(file.path("..", "..", "src", "common", "logger.R")) -source(file.path("..", "..", "src", "common", "runtime_configuration.R")) -source(file.path("..", "..", "src", "io", "app_files.R")) -source(file.path("..", "..", "src", "io", "io_handler.R")) Sys.setenv("USER_APP_FILE_HOME_DIR" = "../../data/auxiliary/user-files") +remotes::install_github("movestore/moveapps-sdk-r-package") +moveapps::logger.init() -clearRecentOutput() +moveapps::clearRecentOutput() # the system under test (sut) source(file.path("..", "..", "./RFunction.R")) \ No newline at end of file