akka/akka-http

Provide testkit support for utest

Open

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

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

仓库指标

Star
 (1,311 star)
PR 合并指标
 (平均合并 1天 10小时) (30 天内合并 2 个 PR)

描述

@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
 }

贡献者指南