Prayag

Results 12 comments of Prayag

@sellout I'm stupid. I was using this theme with ubuntu for years. I just copied to macos and I was wondering why it doesn't work. Went through README too, but...

As tomix26 mentioned you can simply do start and stop manually inside `beforeAll` and `afterAll`: https://www.scalatest.org/scaladoc/1.0/org/scalatest/BeforeAndAfterAll.html#beforeAll%28Map%5BString%2CAny%5D%29, Example: (_Note: I did not run it_) ```scala import org.scalatest.{FunSuite, Matchers} class MyUnitTest extends...