akka/akka-http

Provide testkit support for utest

Open

#3,399 opened on Jul 28, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (1,311 stars) (598 forks)batch import
1 - triagedhackathonhelp wantedsmallt:testing

Description

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

Contributor guide