Remove DUMMY parser
parent
6ca07aeff7
commit
fe5534b006
@ -1,8 +1,8 @@
|
||||
package org.koitharu.kotatsu.parsers
|
||||
|
||||
import org.junit.jupiter.params.provider.EnumSource
|
||||
import org.junit.jupiter.params.provider.EnumSource.Mode.EXCLUDE
|
||||
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
||||
|
||||
@EnumSource(MangaParserSource::class, names = ["DUMMY"], mode = EXCLUDE)
|
||||
// Change 'names' to test specified parsers
|
||||
@EnumSource(MangaParserSource::class, names = [], mode = EnumSource.Mode.INCLUDE)
|
||||
internal annotation class MangaSources
|
||||
|
||||
Loading…
Reference in New Issue