Kaaveh / ComposeNews

A playground about best practices, using updated libraries and solutions in the Android world!
Apache License 2.0
282 stars 47 forks source link

[refactor] Keep tests that are specific to a module within that module. #201

Closed MahdiAbbasian closed 4 months ago

MahdiAbbasian commented 5 months ago

By keeping tests within their respective modules, you can more easily manage dependencies specific to what you're testing without introducing unnecessary dependencies into other parts of the project.

Kaaveh commented 5 months ago

Sure! Let's do it!

MahdiAbbasian commented 4 months ago

203

start ui test