Skip to content

Commit 580f4a1

Browse files
committed
"non-skip" tracks
1 parent 46c1376 commit 580f4a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

using/solving-exercises/tdd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ For some tracks, it might be commenting or removing an annotation.
6565
For some tracks, it might be changing an attribute from true to false.
6666
Take the time to read [the documentation for your track][track-docs]: it will explain these details.
6767

68+
For tracks that don't skip the tests, applying this workflow may be as straightforward as commenting out the tests and uncommenting them one-by-one.
69+
6870
## Rationale for Test-Driven Development
6971

7072
While it may seem like "putting the cart before the horse", there are several good reasons why you might want to write unit tests before writing the implementation code:

0 commit comments

Comments
 (0)