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
Currently processing does not have unit tests for PVector. So it would be great if we have unit tests for them. The tests should cover all possible cases to ensure everything works as expected
The text was updated successfully, but these errors were encountered:
Also, after this I was planning to add tests for PMatrix, PMatrix2D and PMatrix3D as these classes are getting used throughout the rendering pipeline ig, so I think its necessary to ensure they work correctly. What do you think?
I also noticed that these unit tests are not integrated in GitHub workflows, so should I integrate them?
Currently processing does not have unit tests for PVector. So it would be great if we have unit tests for them. The tests should cover all possible cases to ensure everything works as expected
The text was updated successfully, but these errors were encountered: