This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
Add unit tests to the project #7
Labels
Refactoring
Improvements to code that don't change it's behavior
Testing
Automated testing of the code
Unit tests should be added to the c++ code of the project to try and make the code more stable and to notice breakage early. Ideally they would automatically be run by appveyor/azure pipelines/github actions each time a new commit is made.
There isn't any code coverage goal with this, just that the important areas of the code should have meaningful tests to make sure they haven't broke. We could probably also add tests to the lua code, but it'll need a separate testing tool/framework.
The text was updated successfully, but these errors were encountered: