Skip to content

Commit 64f69eb

Browse files
Added explanation for pass statement to Part 1
1 parent 3ff9030 commit 64f69eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workshop/1-getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ The `test_basic_duckduckgo_search` is merely a stub, but it establishes good pra
160160
* It can be run immediately.
161161

162162
The `pass` statement at the end is just a no-op.
163+
It does **not** mean "pass the test".
163164

164165
Remember, write test *cases* before you write test *code*.
165166

0 commit comments

Comments
 (0)