2 commenti (2 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)Scala598 fork (598 fork)batch import
1 - triagedhackathonhelp wantedsmallt:testing
Metriche repository
- Star
- 1311 stelle (1311 stelle)
- Metriche merge PR
- Merge medio 1g 10h (Merge medio 1g 10h)2 PR mergiate in 30 g (2 PR mergiate in 30 g)
Descrizione
@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
}
Guida contributor
- Direzione di ricerca
- Esamina il modulo testkit esistente (akka http testkit) e osserva come fornisce supporto per altri framework di test come ScalaTest o specs2. La richiesta riguarda un supporto simile per utest. Guarda i commenti nella PR di riferimento #2949 per il contesto. Un possibile approccio è creare un wrapper simile a utest che si integri con il testkit di akka http, magari fornendo un trait simile a quelli già esistenti per altri framework. Controlla il codice sorgente del testkit nel repository e qualsiasi utilizzo esistente relativo a utest nel progetto per una guida.
- Tech stack
- scala
- Dominio
- backendtesting
- Tipo issue
- Funzionalità
- Prerequisiti
- Scalasbt