You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sprint-3/1-implement-and-rewrite-tests/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ to choose test values that thoroughly test a function.
8
8
In the `implement` directory you've got a number of functions you'll need to implement.
9
9
For each function, you also have a number of different cases you'll need to check for your function.
10
10
11
-
Write your assertions and build up your program case by case. Don't rush to a solution. The point of these assignments is to learn how to write assertions and build up a program step by step.
11
+
Write your implementation and then write your tests to cover the cases the function should fulfil.
0 commit comments