akka/akka-http

Provide testkit support for utest

開放

#3,399 建立於 2020年7月28日

 (2 則留言) (0 個反應) (0 位負責人)Scala (598 個分叉)batch import
1 - triagedhackathonhelp wantedsmallt:testing

倉庫指標

星標
 (1,311 顆星)
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
 }

貢獻者指南