Skip to content

Commit

Permalink
Merge pull request #8 from r-dbi/f-testthat
Browse files Browse the repository at this point in the history
chore: Use default testthat template
  • Loading branch information
nbenn authored Dec 18, 2023
2 parents 3dee8ee + 02267a1 commit 3149da7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
library("testthat")
# 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(adbi)

test_check("adbi")

0 comments on commit 3149da7

Please sign in to comment.