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

貢獻者指南