Skip to content

Commit 45a6c2a

Browse files
committed
add podcast link
1 parent b733fd7 commit 45a6c2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/post/2024-03-21-mocking/index.Rmd

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Since then, we've entered a new decade, the second edition of Hadley Wickham's a
4848

4949
*Thanks a lot to [Hannah Frick](https://www.frick.ws/) for useful feedback on this post!*
5050

51+
*This post was featured on the [R Weekly highlights podcast](https://rweekly.fireside.fm/158) hosted by Eric Nantz and Mike Thomas.*
52+
5153
## Mocking yay or nay
5254

5355
The R packages book by Hadley Wickham and Jenny Bryan contains an insightful paragraph on [test coverage](https://r-pkgs.org/testing-design.html#sec-testing-design-coverage)[^1], including those lines:

content/post/2024-03-21-mocking/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ tags:
99
- testing
1010
- mocking
1111
output: hugodown::hugo_document
12-
rmd_hash: b61c1e2c53f30af1
12+
rmd_hash: a9dc2410a50301e0
1313

1414
---
1515

1616
This blog featured a [post on mocking, the art of replacing a function with whatever fake we need for testing](/2019/10/29/mocking/), years ago. Since then, we've entered a new decade, the second edition of Hadley Wickham's and Jenny Bryan's [R packages book](https://r-pkgs.org) was published, and mocking returned to testthat, so it's time for a new take/resources roundup!
1717

1818
*Thanks a lot to [Hannah Frick](https://www.frick.ws/) for useful feedback on this post!*
1919

20+
*This post was featured on the [R Weekly highlights podcast](https://rweekly.fireside.fm/158) hosted by Eric Nantz and Mike Thomas.*
21+
2022
## Mocking yay or nay
2123

2224
The R packages book by Hadley Wickham and Jenny Bryan contains an insightful paragraph on [test coverage](https://r-pkgs.org/testing-design.html#sec-testing-design-coverage)[^1], including those lines:

0 commit comments

Comments
 (0)