akka/akka-http

Provide testkit support for utest

Open

#3,399 opened on 2020年7月28日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Scala (1,311 stars) (598 forks)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