From 80d59a95400993651dbb3800b30b96da13f7d288 Mon Sep 17 00:00:00 2001 From: Pavel Maximenko <45998744+paulmaxgithub@users.noreply.github.com> Date: Thu, 1 May 2025 23:46:05 +0300 Subject: [PATCH] Update the-testing-pyramid.mdx Source: https://reflect.run/articles/automated-testing-tools/ The above link is broken and should be changed or deleted. --- content/courses/testing-foundations/the-testing-pyramid.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/courses/testing-foundations/the-testing-pyramid.mdx b/content/courses/testing-foundations/the-testing-pyramid.mdx index 3bb8659e..e414f361 100644 --- a/content/courses/testing-foundations/the-testing-pyramid.mdx +++ b/content/courses/testing-foundations/the-testing-pyramid.mdx @@ -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