Kunleodusan / insurance-policy-app

0 stars 0 forks source link

Research and read up on writing tests on your selected language(s) or framework of choice #14

Open Kunleodusan opened 4 years ago

Kunleodusan commented 4 years ago

This is a research/learning ticket. The goal of this ticket is to learn how to write unit tests for the selected language or framework you have chosen to build this project. This should be done after #13 & #12 has been completed.

Writing tests is actually simpler than it looks from afar 😅 . I learnt that the hard way. It's just still writing the same code. Test frameworks usually have their documentations 🤓 . For example, PHP's test framework is phpunit Yea get ready to read and try out new stuffs 🚀

It'll be good to get or learn the basics of writing tests so we can make this project improve our test driven skills.

Hit me up privately if you need clarifications on how to set it up or learn writing the tests. We'll go through it together and it'll be a fun learning curve. cheers 👍