INRIA/spoon

Improve tests in Spoon

开放

#1,818 创建于 2018年1月12日

 (8 条评论) (0 个反应) (0 位负责人)Java (383 个派生)github user discovery
good first issuehelp wantedtest

仓库指标

星标
 (1,933 个星标)
PR 合并指标
 (平均合并 19天 11小时) (30 天内合并 49 个 PR)

描述

I just had a report from @oscarlvp who is working on software testing that we have a lot of methods not properly tested in Spoon. For a lot of them we have a coverage, but removing the body of the method does not change at all the test results. For other methods, deciding an arbitrary return value (like return true) does not change either the test results.

So we should improve our test basis. The complete list of badly tested methods (and why) is available there: https://github.com/STAMP-project/descartes-experiments/blob/master/spoon/index.md

贡献者指南