Daandelange / kirby3-simplestats

All your data are belong to us. -- Track pageviews, referrers and devices on your Kirby 3 website.
MIT License
61 stars 7 forks source link

Software Tests #24

Open Daandelange opened 2 years ago

Daandelange commented 2 years ago

Writing tests could be very useful to have to ensure production readyness. Specially on the timeframe utilities which can cause infinite loops if not working correctly. Also the tracker code kirby integration could be tested.

I have no idea how, but Kirby itself and many plugins use tests, so it should be doable.

Daandelange commented 1 year ago

Note: there's a Kirby Guide for this now :)