INRIA/spoon

Improve tests in Spoon

オープン

#1,818 opened on 2018/01/12

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Java (383 件のフォーク)github user discovery
good first issuehelp wantedtest

Repository metrics

Stars
 (1,933 個のスター)
PR merge metrics
 (平均マージ 19d 11h) (30d で 49 merged PRs)

説明

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

コントリビューターガイド