akka/akka-http

Specs2 Test Interface 'afterAll' not calling super method

Open

#1,450 opened on 2017年10月3日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantedt:testing

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (平均マージ 1d 10h) (30d で 2 merged PRs)

説明

https://github.com/akka/akka-http/blob/master/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/TestFrameworkInterface.scala

The ScalaTest impl calls their afterAll, but the Specs2 one does not. This actually causes some pain in testing frameworks as we have to override the afterall and call the 'cleanup' directly.

コントリビューターガイド