akka/akka-http

Provide testkit support for utest

Open

#3,399 创建于 2020年7月28日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Scala (1,311 star) (598 fork)batch import
1 - triagedhackathonhelp wantedsmallt:testing

描述

@chunt noted:

Unsure where to document this, but since upgrading to 2.6, and given that I use utest, I had to do the following for my tests:

 override def testExceptionHandler: ExceptionHandler = ExceptionHandler {
   case e: AssertionError => throw e
 }

贡献者指南

Provide testkit support for utest · akka/akka-http#3399 | Good First Issue