1 - triagedhackathonhelp wantedsmallt:testing
Repository metrics
- Stars
- (1,311 stars)
- PR merge metrics
- (平均マージ 1d 10h) (30d で 2 merged PRs)
説明
@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 }