MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
630 stars 58 forks source link

Need unit tests #179

Open Sebanisu opened 3 years ago

Sebanisu commented 3 years ago

It's happened often enough where I change something and it breaks things. Someone had started to write tests. Though at the time I didn't understand what they were trying to do. I still struggle with it. I watch videos about test driven development. Though I guess you need to write tests to get better at testing. I found testing free functions are easy just pass in input and see if you get expected results. It's something to think about.

FlameHorizon commented 3 years ago

Hey @Sebanisu, it’s me who started a discussion about unit tests. If you have an idea which functions you would like to see tested, let me know. I will help you out.