1 - triagedhackathonhelp wantedsmallt:testing
Métricas do repositório
- Stars
- (1.311 stars)
- Métricas de merge de PR
- (Mesclagem média 1h 17m) (1 fundiu PR 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 }