akka/akka-http

Specs2 Test Interface 'afterAll' not calling super method

Open

#1,450 建立於 2017年10月3日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)Scala (598 fork)batch import
1 - triagedhelp wantedt:testing

倉庫指標

Star
 (1,311 star)
PR 合併指標
 (平均合併 1天 10小時) (30 天內合併 2 個 PR)

描述

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.

貢獻者指南