From 7f502b64837ae0823266934b72fe6fb36fafeafe Mon Sep 17 00:00:00 2001 From: ubbo <veentjer@sub.uni-goettingen.de> Date: Tue, 2 Jul 2019 14:00:40 +0200 Subject: [PATCH] Update rdd-technical-reference.md --- rdd-technical-reference.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md index c10d5c5..e2a5920 100644 --- a/rdd-technical-reference.md +++ b/rdd-technical-reference.md @@ -188,9 +188,7 @@ A bug tracking system is obligatory! Please use the respective bug tracking syst ## What is your test coverage? -We aim to have a test coverage of **100%** (except for getter and setter methods). -Whether you achive this by Test Driven Development (TDD) or not is specific to -your preferred way to work. +We aim to have a test coverage of **100%** (except for getter and setter methods). This is understood on a component level, which means that every method should have at least one test. Whether you achive this by Test Driven Development (TDD) or not is specific to your preferred way to work. Please keep in mind not only to write a test for each of your functions but also to consider all possible outcomes. It is e.g. not sufficient to test if a function -- GitLab