hieuwu / android-groceries-store

A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
https://hieuwu.github.io/android-groceries-store/
MIT License
220 stars 55 forks source link

Write unit tests for use cases #233

Closed ishanvaghani closed 9 months ago

ishanvaghani commented 9 months ago

I just started an open source contribution, so please let me know if there is any bug or improvement that I can make.

hieuwu commented 9 months ago

Hi thank you for reaching out Ishan. There are some issues to cover unit test, if you want to. If not, you can start setting up the project and play around to discover things. If you see anything can be improved, feel free to raise an issue & propose solution for it. I'm open to any discussion.

ishanvaghani commented 9 months ago

Hey @hieuwu , I can start with setting up a project and exploring the app. I will go through the current unit test cases, then jump to writing unit test cases. Also, let me know which feature or code unit tests are pending.

hieuwu commented 9 months ago

Hey @hieuwu , I can start with setting up a project and exploring the app. I will go through the current unit test cases, then jump to writing unit test cases. Also, let me know which feature or code unit tests are pending.

Please check out the list https://github.com/hieuwu/android-groceries-store/issues

ishanvaghani commented 9 months ago

I started writing unit tests for use cases, and I'll cover all the remaining use cases.

ishanvaghani commented 9 months ago

Closing this issue, Thanks @hieuwu for providing opportunity for contribution. I'm ready to contribute more on this project please assign me tasks if there is any.