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
This would allow us to verify if the public API breaks between builds.
Possibly need also a native C++ unit testing solution for internals. If we add compilation-as-module support, Godot integrates the doctest framework, and it should be good for our needs.
The text was updated successfully, but these errors were encountered:
This would allow us to verify if the public API breaks between builds.
Possibly need also a native C++ unit testing solution for internals. If we add compilation-as-module support, Godot integrates the
doctest
framework, and it should be good for our needs.The text was updated successfully, but these errors were encountered: