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
We already have a number of functions which would be easy and prime candidates for adding Rust unit tests for them. The ones I can think of right now are everything in the math.rs module, as well as everything in the geometry.rs module.
Other things like the HitBoxes and spritelist interaction will be more complicated to test, as they are very dependent on the rest of Arcade and python interop.
The text was updated successfully, but these errors were encountered:
We already have a number of functions which would be easy and prime candidates for adding Rust unit tests for them. The ones I can think of right now are everything in the
math.rs
module, as well as everything in thegeometry.rs
module.Other things like the HitBoxes and spritelist interaction will be more complicated to test, as they are very dependent on the rest of Arcade and python interop.
The text was updated successfully, but these errors were encountered: