caranha / Koudou

Modular small community simulator
GNU General Public License v3.0
2 stars 2 forks source link

Build Test Suite #10

Open caranha opened 2 years ago

caranha commented 2 years ago

It would be REALLY nice to have a structure for us to add tests to the software, so that we can make sure that bugs are kept down as the code changes. Adding CI to the tests would be even sweeter.

We don't need full test coverage at the moment, but at least a structure to help new people easily add tests, and a few tests to serve as an example. Things like checking that maps and agents are created correctly could be a good idea.

JasonJiangs commented 2 years ago

I will create a test branch used for building the basic framework of unit test, and add one or two sample tests.