some tests

This commit is contained in:
2019-10-24 08:20:03 +03:00
parent d1001ffb8e
commit b228595a1b
28 changed files with 551 additions and 47 deletions

4
test.sbt Normal file
View File

@ -0,0 +1,4 @@
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.8"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.5.26" % "test"