MsZoezo / dayta

GNU General Public License v3.0
0 stars 0 forks source link

Unit Testing #24

Open BetOnJeanette opened 2 months ago

BetOnJeanette commented 2 months ago

What is the Problem?

We don't have any unit testing yet.

Why is this a Problem?

Unit testing better defines the inputs and outputs for functions that are being used, and ensures that maintenance doesn't break anything.

What should be done to Fix the Problem?

We should add a unit testing framework to our project, and add tests for existing modules