Skip to content

Commit

Permalink
test: actually use httptest2 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jul 26, 2024
1 parent 6b8d4a5 commit ee58634
Show file tree
Hide file tree
Showing 10 changed files with 5,312 additions and 2,868 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vcr,
weathermetrics,
xts
Config/testthat/edition: 3
Expand Down
46 changes: 23 additions & 23 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/ropensci/riem",
"issueTracker": "https://github.com/ropensci/riem/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.3.0.9000",
"version": "0.3.1.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.0 (2022-04-22)",
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -143,18 +143,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vcr"
},
{
"@type": "SoftwareApplication",
"identifier": "weathermetrics",
Expand Down Expand Up @@ -182,6 +170,18 @@
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=cli"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "httr2",
"name": "httr2",
Expand All @@ -193,7 +193,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=httr2"
},
"2": {
"3": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
Expand All @@ -206,7 +206,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"3": {
"4": {
"@type": "SoftwareApplication",
"identifier": "lubridate",
"name": "lubridate",
Expand All @@ -217,9 +217,9 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://github.com/tidyverse/lubridate"
"sameAs": "https://CRAN.R-project.org/package=lubridate"
},
"4": {
"5": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
Expand All @@ -231,7 +231,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"5": {
"6": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
Expand All @@ -243,7 +243,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
"6": {
"7": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
Expand All @@ -255,7 +255,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"7": {
"8": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
Expand All @@ -269,8 +269,8 @@
},
"SystemRequirements": null
},
"fileSize": "930.521KB",
"releaseNotes": "https://github.com/ropensci/riem/blob/main/NEWS.md",
"fileSize": "1030.619KB",
"releaseNotes": "https://github.com/ropensci/riem/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/riem/blob/main/README.md",
"contIntegration": ["https://app.codecov.io/gh/ropensci/riem", "https://github.com/ropensci/riem/actions"],
"developmentStatus": "https://www.repostatus.org/",
Expand Down

This file was deleted.

2,716 changes: 1,647 additions & 1,069 deletions tests/testthat/fixtures/networks/mesonet.agron.iastate.edu/api/1/networks.json.json

Large diffs are not rendered by default.

Loading

0 comments on commit ee58634

Please sign in to comment.