forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
50 lines (45 loc) · 1.11 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
home:
strip_header: true
links:
- text: Learn more
href: http://r-pkgs.had.co.nz/tests.html
template:
params:
ganalytics: UA-115082821-1
reference:
- title: Expectations
contents:
- starts_with("expect")
- skip
- fail
- verify_output
- title: Run tests
contents:
- starts_with("test_")
- starts_with("auto_test")
- describe
- teardown
- use_catch
- title: Reporters
contents:
- ends_with("Reporter")
navbar:
components:
home: ~
news:
text: News
menu:
- text: "Release notes"
- 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/
- text: "------------------"
- text: "Change log"
href: news/index.html