-
-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve tests in Spoon #1818
Comments
404
Please elaborate what is proper testing (in case of Spoon). |
The list of issues has been placed here |
¡Gracias hermano! |
can i do this in my GSoC coding period please?? |
Hi @monperrus, I have run Descartes on Spoon. Here's my report generated after running. I have reached the first milestone, I would be glad if someone lets me know what I am supposed to do after this? |
Great milestone, congrats!
The next step is to pick one pseudo-tested method and to write a test to better specify it (or to
add an assertion in an existing test).
Once the test is written, you run descartes again and the method should not be pseudo-tested anymore.
|
Hi is this issue still open? |
Yes, feel free to start working on it. |
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
The text was updated successfully, but these errors were encountered: