File: testthat.R

package info (click to toggle)
r-cran-jsonlite 1.8.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,340 kB
  • sloc: ansic: 3,794; sh: 9; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#This file runs all unit tests on every R CMD check.
#Comment this out to disable.

library(testthat)

#filter is to disable tests that rely on external servers
test_check("jsonlite", filter="toJSON|fromJSON|libjson|serializeJSON")