Refactor and cleanup code

This commit is contained in:
Koitharu
2020-02-02 16:38:44 +02:00
parent aa65f9b02c
commit a957021582
21 changed files with 20 additions and 208 deletions

View File

@@ -6,9 +6,8 @@ import org.junit.BeforeClass
import org.koin.core.context.startKoin
import org.koin.dsl.module
import org.koitharu.kotatsu.core.model.MangaSource
import org.koitharu.kotatsu.domain.MangaLoaderContext
import org.koitharu.kotatsu.core.parser.MangaRepository
import org.koitharu.kotatsu.parsers.repository.ReadmangaRuTest
import org.koitharu.kotatsu.domain.MangaLoaderContext
abstract class RepositoryTestEnvironment {