airmed-dev / meals

Meals is a meal tracker for people with type 1 diabetes
MIT License
6 stars 0 forks source link

Automated testing #29

Open airmed-dev opened 2 years ago

airmed-dev commented 2 years ago

The app doesn't have any automated testing. It would be helpful to make a stable app, and prevent from bugs appearing by accident and save time on manually testing things.

The scope of the test is yet to be decided. It could be a bottom-up testing strategy where the most inner components are tested. Also there could be a more end-to-end testing, where the main flows of the app are tested, and thus covering the inner components.