INRIA/spoon

Improve tests in Spoon

Aberta

#1.818 aberto em 12 de jan. de 2018

 (8 comentários) (0 reação) (0 responsável)Java (383 forks)github user discovery
good first issuehelp wantedtest

Métricas do repositório

Stars
 (1.933 estrelas)
Métricas de merge de PR
 (Mesclagem média 19d 11h) (49 fundiu PRs em 30d)

Description

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

Guia do colaborador