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
 }

貢獻者指南