From 4121d34c33e79b9320fc7528b404d230c773a03a Mon Sep 17 00:00:00 2001 From: Frankie Robertson Date: Tue, 10 Feb 2026 17:10:47 +0200 Subject: [PATCH] Mark units tests as optional and add signposting --- content/solution.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/solution.md b/content/solution.md index c374fd8..af10a11 100644 --- a/content/solution.md +++ b/content/solution.md @@ -222,7 +222,9 @@ These functions can now be copy-pasted to a different notebook or project and they will still work. -## Unit tests +## Unit tests (optional) + +In this section we look at how to apply [the testing lesson](https://coderefinery.github.io/testing/) to this example. - Discuss what one could mean with "design code for testing". - Discuss when to test and when not to test.