-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Test post_service.dart #1535
Comments
@palisadoes @noman2002 Sir I would like to work on this. I can write unit tests for the functions. please assign |
This issue did not get any activity in the past 10 days and will be closed in 365 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@SiddheshKukade Are you still working on this? It's been over 10 days since you made an update. |
@palisadoes Sir, Sorry for the delayed response. I was working on the other bugs and writing documentation for them as we've now added a check for it in the past few days. I would be ready to solve this one (If not already solved by other contributors) after the bugs are fixed. |
This issue did not get any activity in the past 10 days and will be closed in 365 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@palisadoes |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Hey, I would like to pick this issue up, Can you assign me this one? |
Hey @noman2002 , I was going through the code for inspiration for my next issue, where i noticed when testing a service file people have just mocked the network call and then hit that call, they are not verifying whether the function is properly doing its task. Why is it so? is it not needed. |
…oesFoundation#2103) * Add:Tests for post_service.dart * Fix: Format * Fix: lint issues * Add:Fixed Format * Add:Hive.deleteFromDisk() wherever Hive is used * Remove: Unused Hive Box
The Talawa code base needs to be 100% reliable. This means we need to have 100% test code coverage.
Tests need to be written for file:
test/
folder has the same structure as thelib
folder. Place your test file in the equivalent folder undertest/
. You may need to create the appropriate directory structure to do this.IMPORTANT:
Please refer to this issue on how to implement these tests correctly:
PR Acceptance Criteria
The text was updated successfully, but these errors were encountered: