-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit tests for PhysicsMaterial #97227
Conversation
Thank you for your contribution! These tests look good to me, but can't say if they cover things that we want to test for or not so this will have to be looked over by the physics team to give their approval If you have any questions, or just want to join the developer community channels, feel free to join the developer chat! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, as it tests all that can be tested in isolation (using only this class). Please squash the commits as required by our workflow (and ideally, change the commit message to the current title of this PR).
Done! |
Thanks! And congrats for your first merged Godot contribution 🎉 |
Unit tests for PhysicsMaterial for tracker #43440
I am somewhat unsure about the relevancy of theses tests but here they are. Mostly testing setters and getters.