iScsc / PAC-MAN

developing the original version of PAC-MAN in Python
GNU General Public License v3.0
1 stars 0 forks source link

Add a unit tests pipeline #59

Open ctmbl opened 1 year ago

ctmbl commented 1 year ago

Now that the project is growing well, it might be a good thing to implement a unit test (or are you never experiencing bus :upside_down_face: ?) pipeline that needs to pass before each merge.

That would also require to write some unit tests but the task could be accomplished smoothly by adding tests only related to new modifications (of bug fix), with some time the test suite should reach a pretty good code coverage :+1:

I'd like to have the main contributors point of view about that to know if it's worth working on something!