issues
search
ProwlEngine
/
Prowl
An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor
MIT License
447
stars
37
forks
source link
Feat: test suite
#177
Closed
brmassa
closed
2 months ago
brmassa
commented
2 months ago
Initial Test project.
[x] Create Prowl.Runtime.Test to test Runtime classes
[x] Create several tests for Color class
[x] Fix stack overflow of Color == operator (that refers to itself)
[x] include the test into the CI/CD
Initial Test project.