MartinKoleff / KareFitnessApp

Android fitness app made in Jetpack Compose.
MIT License
4 stars 0 forks source link

Migrate all test setups from @BeforeEach to @BeforeAll #58

Closed MartinKoleff closed 2 months ago

MartinKoleff commented 2 months ago

All setups should be run just once (before the tests start). Add DB cleaner @AfterEach.