-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
APIimportance mediumAn issue that is medium level importance. It's good to have but not 100% necessary.An issue that is medium level importance. It's good to have but not 100% necessary.library-issues
Milestone
Description
Why
A library should be correctly tested.
Reference
Please, refer to the test folder.
Tasks
- Understand the scope of the test and remove what does not correspond to it.
- Focus on creating tests that test overall functionality rather than unit test.
- Think about what to expose for tests.
- Check the variable names.
- Remove repeated tests.
- Remove or decide what to do with test
test_api_messaging. - Check that everywhere real functionality is used: API tests should test the API, and not use "unit-like" functions on them.
Open questions
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIimportance mediumAn issue that is medium level importance. It's good to have but not 100% necessary.An issue that is medium level importance. It's good to have but not 100% necessary.library-issues