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
Yes, I think we should have some testing infrastructure for the android mode. This is an area I'm not very experienced though, perhaps you can lead this effort.
Yes, I think we should have some testing infrastructure for the android mode. This is an area I'm not very experienced though, perhaps you can lead this effort.
yes @codeanticode , I was figuring out how can we start writing unit tests for this project and how to design the testing infrastructure so that new contributors can easily catchup our progress.
yeah definitely I will lead the testing phase for android-mode.
Currently we don't have any tests written for this project as its really hard and complex to write tests for GLSL shaders and OpenGL-ES programs.
But I think we can write tests at least for Utility functions and other basic APIs.
Resources to learn basics of testing-
JUNIT5 - testing framework for Java and JVM
how to start writing tests for GLSL shaders
Writing tests in Android
Android OpenGL unit testing
What do you think @codeanticode about this ?
The text was updated successfully, but these errors were encountered: