-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
70 lines (70 loc) · 1.44 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
url: https://enpiar.com/r/httptest
template:
bootstrap: 5
params:
ganalytics: UA-104182925-1
docsearch:
api_key: ad019ea9fe75a8488c96ff15cf8a57
index_name: enpiar_httptest
navbar:
title: httptest
type: default
left:
- text: Get Started
href: articles/httptest.html
- text: Reference
href: reference/
- text: Articles
menu:
- text: Overview
href: articles/httptest.html
- text: Redacting Sensitive Information
href: articles/redacting.html
- text: Using with Vignettes
href: articles/vignettes.html
- text: FAQ
href: articles/faq.html
- text: News
href: news/
right:
- icon: fa-github fa-lg
href: https://github.com/nealrichardson/httptest
- icon: fa-home fa-lg
href: https://enpiar.com
reference:
- title: Contexts
contents:
- with_mock_api
- use_mock_api
- with_mock_dir
- without_internet
- block_requests
- with_fake_http
- stop_mocking
- title: Expectations
contents:
- expect_verb
- expect_header
- expect_json_equivalent
- title: Recording and redacting responses
contents:
- capture_requests
- redact
- gsub_response
- set_redactor
- title: Loading mock (recorded) fixtures
contents:
- .mockPaths
- set_requester
- build_mock_url
- fake_response
- title: Vignettes
contents:
- start_vignette
- change_state
- title: Other testing tools
contents:
- httptest
- use_httptest
- public
- skip_if_disconnected