Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading