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

(v1.6.0.9026) new unit test flow

This commit is contained in:
2021-05-13 21:16:22 +02:00
parent 994d157aa6
commit b1d942be91
14 changed files with 26 additions and 20 deletions

View File

@ -27,6 +27,7 @@ context("atc_online.R")
test_that("atc_online works", {
skip_on_cran()
skip_if_not_installed("curl")
skip_if_not(curl::has_internet())
expect_gte(length(atc_online_groups(ab_atc("AMX"))), 1)