akka/akka-http
GitHub で見るSpecs2 Test Interface 'afterAll' not calling super method
Open
#1,450 opened on 2017年10月3日
1 - triagedhelp wantedt:testing
Repository metrics
- Stars
- (1,311 stars)
- PR merge metrics
- (平均マージ 1d 10h) (30d で 2 merged PRs)
説明
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.