Skip to content

Commit b7369e3

Browse files
committed
Rename 'Types of tests' as 'Testing vocabulary'
1 parent f7b545b commit b7369e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)