teammates
teammates copied to clipboard
Add unit tests for `SubmitFeedbackResponsesAction`
SubmitFeedbackResponsesAction
is by far the most important and the most used state-changing API of the system, and yet there are no unit tests for it.
Is anybody working on this? If not can I take it?
Is this still an issue?
Hi, Is anyone working on this? Can I take it
Feel free to make a PR for this issue!
Can I be assigned the issue if no one is working on it?
Can i take up this task to help out ?
@mestrag Please go ahead
I was just going to start working on it and I found there is already a test for SubmitFeedbackResponsesAction
jn the test package.
Am I missing something here ??
@akhil9281 The existing testcases in SubmitFeedbackResponsesActionTest.java
are insufficient; ideally, the testcases should cover all possible behaviours of SubmitFeedbackResponsesAction
.
Is this still an issue? I'd love to make my first contribution
Are you still looking for support on this issue?
@kaykaym01 Hi so far there is no PR on this issue, so feel free to work on it.
Hi i'd like to tackle this problem, can you assign me?
Hi @Serafion, you can start working on the issue.
hi, thanks for adding to participants. As i looked through the code it is coupled with Logic class, and it takes lot of data from it. Can i mock this class with mockito? without it the test would involve a lot of additional code tested. Antoher solution would be the use of typicalDataBundle.json
@Serafion We do not add backend dependencies unless it is really essential. If typicalDataBundle solves the problem, please go ahead with it.
Hi, I would like to try to work on this issue, can you assign it to me?
@cnca2120713 Feel free to submit a PR for this issue.
@zhaojj2209 can i work on it?
Hi @tusharrajpoot, yes, feel free to submit a PR for this issue.
Hi @wkurniawan07 , can i work on this issue as my first open source study? TY.
can I work on this/ @wkurniawan07
@u6656793 @u6358194 There have been many requests to work on the issue yet no PR has been submitted so far, so feel free to work on the issue and we will look at any PRs submitted.
Hello, I already setup my local environment and I'm still figuring out what behaviors that still not covered by current test case, any clue?
Is this issue open? Can you assign it to me if it is?
@spiritanand Feel free to make any PRs that add testcases.
Hi I have created a pr with my attempt at unit tests. May I request for some help reviewing the pr? thank you!
Hi, thank you for the review, I have resolved the comments, may I check which of the private helper functions are not necessary? Thank you!