You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/services/comment_service.dart
When complete, all methods, classes and/or functions in the file will need to be tested.
Our test/ folder has the same structure as the lib folder. Place your test file in the equivalent folder under test/. You may need to create the appropriate directory structure to do this.
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: