From db0f01fd7dfc49a43cc7479ae10e8a0ded279e0d Mon Sep 17 00:00:00 2001 From: Walerian Sobczak Date: Wed, 2 Dec 2020 10:50:52 +0100 Subject: [PATCH] Update testing/tdd/README.md --- testing/tdd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tdd/README.md b/testing/tdd/README.md index 8569fe9..d4d4c7d 100644 --- a/testing/tdd/README.md +++ b/testing/tdd/README.md @@ -1,6 +1,6 @@ # Test-Driven Development -:scroll: [Test-driven development with mutation testing, 2020](https://link.springer.com/content/pdf/10.1007/s11219-020-09534-x.pdf) +[Test-driven development with mutation testing, 2020](https://link.springer.com/content/pdf/10.1007/s11219-020-09534-x.pdf) > It presents an old idea of mutation testing in a new light of extending traditional test-driven development with it. It includes results of an experiment which was conducted to check whether TDD+M is better in terms of test efficiency than traditional TDD. ## In industrial teams