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, we lack unit tests for pretty much all drawing functions, so if we change the implementation for any of them, we don't have any automated method to assert that we still have a working version of such function.
Ideally, we would have unit tests for all the following drawing functions:
Circle
Circle Filled
Rect
Rect Filled
Set Pixel
Line
Sprite
Clear Screen
The text was updated successfully, but these errors were encountered:
Cardosaum
changed the title
Improvement: Add unit tests to drawing functions
Improvement: Add unit tests for drawing functions
Sep 14, 2022
Currently, we lack unit tests for pretty much all drawing functions, so if we change the implementation for any of them, we don't have any automated method to assert that we still have a working version of such function.
Ideally, we would have unit tests for all the following drawing functions:
The text was updated successfully, but these errors were encountered: