lightbend/kafka-streams-scala

Change unit testing framework from minitest to ScalaTest

debasishg opened this issue · 1 comments

minitest doesn't allow data setup for an entire suite. It's only for each test case. Running the KafkaLocalServer once for each test case is a huge memory hog especially when running all tests at once from sbt.

minitest working fine. Hence migration not needed now.