We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7b545b + b7369e3 commit f3b483cCopy full SHA for f3b483c
content/motivation.md
@@ -125,7 +125,7 @@ Use the collaborative notes to answer these questions:
125
126
---
127
128
-## Types of tests
+## Testing vocabulary
129
130
* Test functions one at a time - **Unit tests**
131
@@ -134,7 +134,7 @@ Use the collaborative notes to answer these questions:
134
* Test the whole thing running - **End-to-end tests**
135
* For example, running on sample data.
136
137
-* Check same results as before - **Regression tests**
+* Check results are the same as before - **Regression tests**
138
139
* Write test first (the output), then write code to make test pass -
140
**Test-driven development**
0 commit comments