-
Notifications
You must be signed in to change notification settings - Fork 223
add integration tests #440
Copy link
Copy link
Closed
5 / 55 of 5 issues completedLabels
help wantedNo clear candidate to implement itNo clear candidate to implement itr-testingrelated to testingrelated to testing
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedNo clear candidate to implement itNo clear candidate to implement itr-testingrelated to testingrelated to testing
we should not rely exclusively on unit tests to ensure the correctness of the API
integration tests allow to catch exporting errors
I just missed one in #438 of
AllocationErrorprobably the best way to do this is to move all unit tests in
tests.rsto atests/folder and modularize there