moallemi / Film-Time

A Movie and TV shows tracking app illustrating Android development best practices with Jetpack Compose
MIT License
95 stars 15 forks source link

Unit testing the HomeViewModel #134

Open Ramink78 opened 1 month ago

Ramink78 commented 1 month ago

As you know, the codebase is growing, which can cause future bugs. To ensure robust and reliable code, it would be better to start writing unit tests. I'm going to start with the HomeViewModel.