Change unit testing framework from minitest to ScalaTest
debasishg opened this issue · 1 comments
debasishg commented
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.
debasishg commented
minitest working fine. Hence migration not needed now.