akka/akka-http

Provide testkit support for utest

Aberta

#3.399 aberto em 28 de jul. de 2020

 (2 comentários) (0 reação) (0 responsável)Scala (598 forks)batch import
1 - triagedhackathonhelp wantedsmallt:testing

Métricas do repositório

Stars
 (1.311 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 10h) (2 fundiu PRs em 30d)

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
 }

Guia do colaborador