change_state | R Documentation |
In a vignette, put a call to change_state()
before any code block that
makes a change on
the server, or rather, before any code block that might repeat the same
request previously done and expect a different result.
change_state()
change_state()
works by layering a new directory on top of the existing
.mockPaths()
, so fixtures are recorded/loaded there, masking rather than
overwriting previously recorded responses for the same request. In
vignettes, these mock layers are subdirectories with integer names.
Invisibly, the return of .mockPaths()
with the new path added.
start_vignette()
;
vignette("vignettes", package = "httptest2")
for an overview of all
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.