Skip to content

Instantly share code, notes, and snippets.

View yamert's full-sized avatar

Ilya yamert

  • Moscow
  • 23:26 (UTC +03:00)
View GitHub Profile
@derekwyatt
derekwyatt / ACoupleOfUseExamples.scala
Created July 18, 2012 20:51
Scalatest Fixtures and Akka - parallel fixture isolation - sequential fixture isolation - and no fixture
// Examples showing how to use the specification helpers
//
import akka.actor.ActorSystem
import akka.testkit.{TestKit, ImplicitSender}
import org.scalatest.{WordSpec, BeforeAndAfterAll}
import org.scalatest.matchers.MustMatchers
// Sequentially runs the tests, isolating the Fixture in each test. The Fixture carries the TestKit
// so each test gets its own ActorSystem
class MyAkkaTestSpec extends SequentialAkkaSpecWithIsolatedFixture {
@nokimaro
nokimaro / weather.md
Last active December 24, 2023 03:47
API для погоды