-
Notifications
You must be signed in to change notification settings - Fork 316
/
_pkgdown.yml
102 lines (89 loc) · 2.15 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
url: https://testthat.r-lib.org
development:
mode: auto
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="testthat.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
home:
links:
- text: Learn more
href: http://r-pkgs.org/tests.html
reference:
- title: Expectations
- subtitle: Objects
contents:
- expect_equal
- expect_null
- expect_type
- subtitle: Vectors
contents:
- expect_length
- expect_gt
- expect_match
- expect_named
- expect_setequal
- expect_true
- expect_vector
- subtitle: Side-effects
contents:
- expect_error
- expect_no_error
- expect_invisible
- expect_output
- expect_silent
- local_reproducible_output
- title: Snapshot testing
contents:
- expect_snapshot
- expect_snapshot_value
- expect_snapshot_file
- starts_with("snapshot_")
- title: Test helpers
contents:
- local_edition
- is_testing
- skip
- teardown_env
- set_state_inspector
- title: Run tests
contents:
- starts_with("auto_test")
- describe
- starts_with("test_")
- use_catch
- title: Reporters
contents:
- Reporter
- ends_with("Reporter")
- title: Mocking
contents:
- with_mocked_bindings
- title: Expectation internals
contents:
- expect
- expectation
- fail
- expect_success
news:
releases:
- text: "Version 3.2.0"
href: https://www.tidyverse.org/blog/2023/10/testthat-3-2-0/
- text: "Version 3.1.0"
href: https://www.tidyverse.org/blog/2021/10/testthat-3-1/
- text: "Version 3.0.0"
href: https://www.tidyverse.org/blog/2020/10/testthat-3-0-0/
- text: "Version 2.3.0"
href: https://www.tidyverse.org/blog/2019/11/testthat-2-3-0/
- text: "Version 2.1.0"
href: https://www.tidyverse.org/articles/2019/04/testthat-2-1-0/
- text: "Version 2.0.0"
href: https://www.tidyverse.org/articles/2017/12/testthat-2-0-0/
- text: "Version 1.0.0"
href: https://blog.rstudio.com/2016/04/29/testthat-1-0-0/
- text: "Version 0.10.0"
href: https://blog.rstudio.com/2015/05/29/testthat-0-10-0/
- text: "Version 0.9.0"
href: https://blog.rstudio.com/2014/09/23/testthat-0-9/