You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wholegames-vcr.Rmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Use vcr (& webmockr) {#vcr}
2
2
3
-
In this chapter we aim at adding HTTP testing infrastructure to exemplighratia2 using [vcr(#what-vcr)] (& [webmockr](#webmockr)).
3
+
In this chapter we aim at adding HTTP testing infrastructure to exemplighratia2 using [vcr](#what-vcr) (& [webmockr](#webmockr)).
4
4
5
5
::: {.alert .alert-dismissible .alert-info}
6
6
[Corresponding pull request to exemplighratia2](https://github.com/ropensci-books/exemplighratia2/pull/2/files). Feel free to fork the repository to experiment yourself!
We used the solution of only wrapping the lines containing API calls in `vcr::use_cassette()`, but it is up to you to choose what you prefer.
265
265
266
-
[^secrets]: However, if you change something related to handling secrets in your code or tests, please check again your new cassettes do not include secrets.
266
+
[^secrets]: However, if you change something related to handling secrets in your code or tests, please check again your new cassettes do not include secrets.
0 commit comments