Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Add unit tests to the project #7

Open
Moneyl opened this issue Nov 5, 2019 · 0 comments
Open

Add unit tests to the project #7

Moneyl opened this issue Nov 5, 2019 · 0 comments
Labels
Refactoring Improvements to code that don't change it's behavior Testing Automated testing of the code

Comments

@Moneyl
Copy link
Contributor

Moneyl commented Nov 5, 2019

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.

@Moneyl Moneyl added Refactoring Improvements to code that don't change it's behavior Testing Automated testing of the code labels Nov 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Refactoring Improvements to code that don't change it's behavior Testing Automated testing of the code
Projects
None yet
Development

No branches or pull requests

1 participant