mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2025-04-29 09:32:04 +08:00
fix test framework in MornyCoeur
This commit is contained in:
parent
7b6e3ae9c4
commit
bd63567e8a
@ -1,12 +1,8 @@
|
|||||||
package cc.sukazyo.cono.morny.test
|
package cc.sukazyo.cono.morny.test
|
||||||
|
|
||||||
import cc.sukazyo.restools.{ResourceDirectory, ResourcePackage}
|
|
||||||
import org.scalatest.freespec.AnyFreeSpec
|
import org.scalatest.freespec.AnyFreeSpec
|
||||||
import org.scalatest.matchers.should
|
import org.scalatest.matchers.should
|
||||||
|
|
||||||
abstract class MornyTests extends AnyFreeSpec with should.Matchers {
|
abstract class MornyTests
|
||||||
|
extends AnyFreeSpec
|
||||||
val pack: ResourcePackage = ResourcePackage.get("assets_morny_tests")
|
with should.Matchers
|
||||||
val assets: ResourceDirectory = pack.getDirectory("assets_morny_tests")
|
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user