Netzalist-GmbH-Co-KG / virtualmuseum

0 stars 0 forks source link

[TECHNICAL] Add Unit Tests to project #16

Open tobiaswaggoner opened 4 months ago

tobiaswaggoner commented 4 months ago

As a developer I want to be able to automatically test my project using Unit tests. I also want the unit test to be automatically executed before I merge my changes to main.

To enable this, I need to add the Unity Unit Test Framework (https://unity.com/how-to/automated-tests-unity-test-framework) to the project and create a test assembly. Documentation

tobiaswaggoner commented 4 months ago

See this ChatGPT discussion for reference ChatGPT