Skip to content
Open
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
2 changes: 0 additions & 2 deletions content/courses/testing-foundations/the-testing-pyramid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

![](/images/testing-foundations/automated-tools-pyramid.png)

Source: [https://reflect.run/articles/automated-testing-tools/](https://reflect.run/articles/automated-testing-tools/)

The testing pyramid illustrates the various types of tests and their relationship to one another. Developers can be pretty dogmatic and very strongly opinionated when it comes to testing, but remember, while definitions and labels can be helpful, ultimately, "[it's not important what you call it, but what it does](https://web.archive.org/web/20150104002755/http://gojko.net/2011/01/12/the-false-dichotomy-of-tests)" - Gojko Adzic.

## Unit tests
Expand Down