-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Tests for profile_page_view_model.dart #1519
Comments
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 I would like to work on this issue ... Please assign me ... and also please guide me because i'm new in the open source |
@palisadoes would you please guide me? .. like how to start it .. i'm new in this |
|
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. |
Unassigning due to inactivity |
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. |
Duplicate issue @noman2002 |
@palisadoes @noman2002 I am closing this issue as a duplicate. |
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
lib/view_model/after_auth_view_models/profile_view_models/profile_page_view_model.dart
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: