diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-10-22 16:27:37 +0200 | 
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-10-22 16:27:37 +0200 | 
| commit | 7c0e06c053303ea3f35fad3236ee5b3d930e7f08 (patch) | |
| tree | 2843596590b70d2e892a3f325b0af04cb54c8387 /tests/testthat.R | |
| parent | b9a839f29beb9c10f22ace4b0dd4eee167ae6836 (diff) | |
Diffstat (limited to 'tests/testthat.R')
| -rw-r--r-- | tests/testthat.R | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/tests/testthat.R b/tests/testthat.R index a7a46eb..836723f 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,3 +1,11 @@ +# This file is part of the standard setup for testthat. +# It is recommended that you do not modify it. +# +# Where should you do additional test configuration? +# Learn more about the roles of various files in: +# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview +# * https://testthat.r-lib.org/articles/special-files.html +  library(testthat)  library(chents) | 
