From: Luke Kenneth Casson Leighton Date: Sun, 7 Jun 2020 00:52:34 +0000 (+0100) Subject: add link to wikipedia test-driven development X-Git-Tag: convert-csv-opcode-to-binary~2540 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ee386e944c360f9dd5de152e657894a8ef60f91;p=libreriscv.git add link to wikipedia test-driven development --- 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.