Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Use the collaborative notes to answer these questions:

---

## Types of tests
## Testing vocabulary

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

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

* Check same results as before - **Regression tests**
* Check results are the same as before - **Regression tests**

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