Skip to content

Commit f3b483c

Browse files
authored
Merge pull request #241 from Vinye/motivation-test-vocab
Minor edits to motivation.md
2 parents f7b545b + b7369e3 commit f3b483c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/motivation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Use the collaborative notes to answer these questions:
125125

126126
---
127127

128-
## Types of tests
128+
## Testing vocabulary
129129

130130
* Test functions one at a time - **Unit tests**
131131

@@ -134,7 +134,7 @@ Use the collaborative notes to answer these questions:
134134
* Test the whole thing running - **End-to-end tests**
135135
* For example, running on sample data.
136136

137-
* Check same results as before - **Regression tests**
137+
* Check results are the same as before - **Regression tests**
138138

139139
* Write test first (the output), then write code to make test pass -
140140
**Test-driven development**

0 commit comments

Comments
 (0)