From 051c033e189e6679fe0e045efe3bfa8475bf0e13 Mon Sep 17 00:00:00 2001 From: Jorge David Ortiz Fuentes Date: Tue, 18 Nov 2025 16:37:08 +0100 Subject: [PATCH] Add Rust walkthroughs for assertion and mocking libs Suggested articles --- draft/2025-11-19-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-19-this-week-in-rust.md b/draft/2025-11-19-this-week-in-rust.md index 3916552e5..af07bcfad 100644 --- a/draft/2025-11-19-this-week-in-rust.md +++ b/draft/2025-11-19-this-week-in-rust.md @@ -48,6 +48,8 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +- [Rust Unit Tests: Assertion libraries](https://jorgeortiz.dev/posts/rust_unit_testing_assertion_libraries/) +- [Rust Unit Tests: Using a mocking library](https://jorgeortiz.dev/posts/rust_unit_testing_mocking_library/) ### Research