From 4ee386e944c360f9dd5de152e657894a8ef60f91 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 7 Jun 2020 01:52:34 +0100 Subject: [PATCH] add link to wikipedia test-driven development --- HDL_workflow.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 41842725c..cd7795c6a 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -770,6 +770,9 @@ in the xterm window, on which you can base the "commit message". ## Unit tests +For further reading, see the wikipedia page on +[Test-driven Development](https://en.wikipedia.org/wiki/Test-driven_development) + This deserves its own special section. It is extremely important to appreciate that without unit tests, python projects are simply unviable. Python itself has over 25,000 individual tests. -- 2.30.2