akka/akka-http

Specs2 Test Interface 'afterAll' not calling super method

Open

#1,450 opened on Oct 3, 2017

View on 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
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

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.

Contributor guide