From 47dc989b20e80f5606c0bb6f9c96cf1918542ba6 Mon Sep 17 00:00:00 2001 From: Jorge David Ortiz Fuentes Date: Wed, 8 Oct 2025 10:02:12 +0200 Subject: [PATCH 1/2] New Rust testing article suggested --- draft/2025-10-08-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index f59f526cc..222f669c5 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +An introduction to test doubles and the various kinds you can implement. [First article](https://jorgeortiz.dev/posts/rust_unit_testing_test_doubles_stub/) focus on stubs, detailing how to create them and use them from scratch (no library). ### Research From 3eb881a1d191444d7d7331ae082bc762db9164f5 Mon Sep 17 00:00:00 2001 From: Ben Dillon <146687321+bdillo@users.noreply.github.com> Date: Wed, 8 Oct 2025 19:24:26 -0700 Subject: [PATCH 2/2] Update 2025-10-08-this-week-in-rust.md --- draft/2025-10-08-this-week-in-rust.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index 222f669c5..2e53edcf6 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -48,7 +48,8 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs -An introduction to test doubles and the various kinds you can implement. [First article](https://jorgeortiz.dev/posts/rust_unit_testing_test_doubles_stub/) focus on stubs, detailing how to create them and use them from scratch (no library). + +* [Rust unit testing: test doubles & stubs](https://jorgeortiz.dev/posts/rust_unit_testing_test_doubles_stub/) ### Research