-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge master changes - update curl adapter for new curl stuff
add curl adapter tests
- Loading branch information
Showing
64 changed files
with
1,771 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ notes.md | |
cran-comments.md | ||
^codemeta\.json$ | ||
revdep/ | ||
appveyor.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
notes.md | ||
.DS_Store | ||
revdep/checks.noindex | ||
revdep/data.sqlite | ||
revdep/library.noindex | ||
webmockr.Rproj | ||
.Rproj.user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Description: Stubbing and setting expectations on 'HTTP' requests. | |
'HTTP' method, query parameters, request body, headers and | ||
more. Can be used for unit tests or outside of a testing | ||
context. | ||
Version: 0.2.6.9100 | ||
Version: 0.3.0.9100 | ||
Authors@R: c( | ||
person("Scott", "Chamberlain", role = c("aut", "cre"), email = | ||
"[email protected]", comment = c(ORCID="0000-0003-1444-9135")), | ||
|
@@ -17,6 +17,7 @@ URL: https://github.com/ropensci/webmockr (devel) | |
https://ropensci.github.io/http-testing-book/ (user manual) | ||
BugReports: https://github.com/ropensci/webmockr/issues | ||
LazyData: true | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
Imports: | ||
curl, | ||
|
@@ -26,14 +27,15 @@ Imports: | |
R6 (>= 2.1.3), | ||
urltools (>= 1.6.0), | ||
fauxpas, | ||
crul (>= 0.5.2) | ||
crul (>= 0.7.0) | ||
Suggests: | ||
roxygen2 (>= 6.0.1), | ||
roxygen2 (>= 6.1.1), | ||
testthat, | ||
xml2, | ||
vcr | ||
Remotes: sckott/curl@d97134a235b4abbfb82538c55c7b8f4acd40204d | ||
RoxygenNote: 6.0.1 | ||
vcr, | ||
httr | ||
RoxygenNote: 6.1.1 | ||
Remotes: sckott/curl@mocking | ||
X-schema.org-applicationCategory: Web | ||
X-schema.org-keywords: http, https, API, web-services, curl, mock, mocking, fakeweb, http-mocking, testing, testing-tools, tdd | ||
X-schema.org-isPartOf: https://ropensci.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2018 | ||
YEAR: 2019 | ||
COPYRIGHT HOLDER: Scott Chamberlain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.