-
-
Notifications
You must be signed in to change notification settings - Fork 859
Open
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.Good First IssueA good first issue for new contributors!A good first issue for new contributors!JavaScriptIssue involves or relates to JavaScript.Issue involves or relates to JavaScript.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.TestsPull requests specifically adding tests.Pull requests specifically adding tests.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Description
Description
This RFC requests that tests be added to @stdlib/dstructs/compact-adjacency-matrix
.
Currently, the package lacks sufficient tests. Ideally, this package would achieve 100% test coverage.
What should be tested?
- All methods
- Property access
- All edge cases
For reference, see @stdlib/array/complex64
for a package which exports a custom class and includes extensive unit tests.
Related Issues
None.
Questions
No.
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Metadata
Metadata
Assignees
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.Good First IssueA good first issue for new contributors!A good first issue for new contributors!JavaScriptIssue involves or relates to JavaScript.Issue involves or relates to JavaScript.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.TestsPull requests specifically adding tests.Pull requests specifically adding tests.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.