Skip to content

Commit 8275c9e

Browse files
committed
added a link to advanced testing.
1 parent 03348c7 commit 8275c9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/exercises/mailroom/mailroom_with_tests.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ def print_letter(donor):
104104

105105
But trust me -- that is a Good Thing™
106106

107+
.. note:: Testing print() is rearely neccesasry if you factor your code correctly. But it would be able to test your menu code with `input()` in it. This is a pretty advanced topic, but if you want to give it a try, there is more on advanced testing here: :ref:`advanced_testing`
107108

109+
108110

109111

110112

0 commit comments

Comments
 (0)