UnityTechnologies / open-project-1

Unity Open Project #1: Chop Chop
http://unity.com/open-projects
Apache License 2.0
5.72k stars 2.04k forks source link

Introduce Unity Tests/Simulation Tests/Recorded Tests #332

Open studentutu opened 3 years ago

studentutu commented 3 years ago

The project goes larger and larger with each passing day - it is a must-have feature - unit testing, We need at least a basic code coverage on simple test cases for all of the core systems :

Also while we are on the note of the testing - it is much easier to test when you have POCO objects instead of the unity Monobehaviours.

studentutu commented 3 years ago

@ciro-unity for the unit tests/ regression tests you can use this repo - https://github.com/studentutu/Unity3DNSubstitute