Split tests to common and platform parts

This commit is contained in:
Nikolay Krasko
2019-12-26 13:46:39 +03:00
parent 570b522e8e
commit 4c28e0dec3
6 changed files with 25 additions and 127 deletions
@@ -132,7 +132,8 @@ private class ParseError(message: String, override val cause: Throwable? = null)
private val mutedSet by lazy {
loadMutedSet(
listOf(
File("tests/mute.csv")
File("tests/mute-common.csv"),
File("tests/mute-platform.csv")
)
)
}