From af29e76a4c5bb5b441c04e569b9a61daf4344b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:20:05 +0100 Subject: [PATCH] Add short_description --- topics/unit-testing/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/unit-testing/index.md b/topics/unit-testing/index.md index acc7e6c419f..b156cf41178 100644 --- a/topics/unit-testing/index.md +++ b/topics/unit-testing/index.md @@ -2,6 +2,7 @@ aliases: unit-tests topic: unit-testing display_name: Unit testing +short_description: Unit testing is a type of software testing that focusses on testing small units instead of whole processes. related: testing, integration-testing, tdd, test-automation, e2e-tests, contract-testing, ui-testing, acceptance-testing, api-testing, junit created_by: Kent Beck, Erich Gamma released: 1997